Skip to content

Commit

Permalink
Use newly released Python 3.11 (#77)
Browse files Browse the repository at this point in the history
* Use newly released Python 3.11

* Use newly released Python 3.11 in test.yml

* Mention adding released Python 3.11 in CHANGES.rst
  • Loading branch information
rffontenelle authored Feb 4, 2023
1 parent c658510 commit 30f17cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11-dev', '3.12-dev']
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12-dev']
max-parallel: 1

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHANGES
Environments
------------
- #71: Drop Python 3.5 support
- #72: Declare support for Python 3.11 and Python 3.12
- #72 and #77: Declare support for Python 3.11 and Python 3.12

Incompatibility
---------------
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39,310,311-dev,312-dev},
py{36,37,38,39,310,311,312-dev},
flake8,
mypy

Expand All @@ -11,7 +11,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311-dev
3.11: py311
3.12: py312-dev

[testenv]
Expand Down

0 comments on commit 30f17cb

Please sign in to comment.