Skip to content

Commit

Permalink
Replace version 3.11-dev by 3.11 in CI (#782)
Browse files Browse the repository at this point in the history
* Replace 3.11-dev by 3.11 in CI

* Add Python 3.11 support

* Make the change note verbose

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
mlegner and webknjaz authored Dec 3, 2022
1 parent b302fc8 commit 4432298
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 @@ -62,7 +62,7 @@ jobs:
name: Test
strategy:
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
pyver: ['3.7', '3.8', '3.9', '3.10', '3.11']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
exclude:
Expand Down
1 change: 1 addition & 0 deletions CHANGES/872.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Declared the official support for Python 3.11 — by :user:`mlegner`.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def read(f):
"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",
],
author="Andrew Svetlov",
Expand Down

0 comments on commit 4432298

Please sign in to comment.