Add testing and document support for Python 3.11 (#2585)

* Add testing and document support for Python 3.11

Released Oct. 24, 2022.

https://www.python.org/downloads/release/python-3110/

* Remove Python version classifiers
This commit is contained in:
Jon Dufresne
2022-11-07 08:06:38 -08:00
committed by GitHub
parent e0d98cb474
commit 2042e65274
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
name: Python ${{ matrix.python-version }} test
steps:
- uses: actions/checkout@v3

View File

@ -17,7 +17,10 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Operating System :: MacOS"
"Operating System :: MacOS",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = []
dynamic = ["version"]