Skip to content

Commit

Permalink
Add support for Python 3.11 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters authored Nov 8, 2022
1 parent 1495160 commit 65ecf78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
needs: [lint]
strategy:
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10']
pyver: ['3.7', '3.8', '3.9', '3.10', '3.11']
os: [ubuntu, macos, windows]
fail-fast: false
runs-on: ${{ matrix.os }}-latest
Expand Down
1 change: 1 addition & 0 deletions CHANGES/360.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added support for Python 3.11.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Development Status :: 5 - Production/Stable
Operating System :: POSIX
Expand Down

0 comments on commit 65ecf78

Please sign in to comment.