mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 15:36:17 +08:00
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:
1
.github/workflows/codespell-private.yml
vendored
1
.github/workflows/codespell-private.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
name: Python ${{ matrix.python-version }} test
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -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"]
|
||||
|
Reference in New Issue
Block a user