Skip to content

Commit

Permalink
test: add Python 3.11 to test matrix
Browse files Browse the repository at this point in the history
Resolves #984

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Jun 19, 2023
1 parent 0bb428c commit cf15345
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
platform:
- ubuntu-latest
- macos-latest
Expand Down
1 change: 1 addition & 0 deletions changelog/1005.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test against Python 3.11.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,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 :: Implementation :: CPython

[options]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.3
envlist = lint,types,py{37,38,39,310},integration,docs
envlist = lint,types,py{37,38,39,310,311},integration,docs
isolated_build = True

[testenv]
Expand Down

0 comments on commit cf15345

Please sign in to comment.