Skip to content

Commit

Permalink
run the testsuite with python 3.11 (#163)
Browse files Browse the repository at this point in the history
* additionally test the shiny new python 3.11

* remove the now unused logs parser script

* back to 3.11-rc2 because `setup-python` has not been updated yet

* use the correct version

* officially support running on python 3.11 [skip-ci]

* changelog [skip-ci]

* trigger ci
  • Loading branch information
keewis authored Oct 25, 2022
1 parent f31760a commit 9762778
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
92 changes: 0 additions & 92 deletions .github/workflows/parse_logs.py

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ v0.3.8 (*unreleased*)
- split chained statements into multiple ``doctest`` lines (:issue:`143`, :pull:`155`, :pull:`158`)
- replace the custom color formatting code with `rich <https://github.com/textualize/rich>`_
(:issue:`146`, :pull:`157`, :pull:`159`, :pull:`160`).
- officially support python 3.11 (:pull:`163`)

v0.3.7 (13 September 2022)
--------------------------
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Topic :: Documentation
Topic :: Software Development :: Documentation
Expand Down

0 comments on commit 9762778

Please sign in to comment.