Skip to content

Commit

Permalink
Merge pull request #111 from kmike/py311
Browse files Browse the repository at this point in the history
Add Python 3.11 to the trove classifiers and CI
  • Loading branch information
fizyk committed Dec 15, 2022
2 parents 162fbf6 + 30dbb7c commit 57d82c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-macos.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v1.6.3
with:
python-versions: '["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]'
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]'
os: macos-latest
pipenv: true
pipenv-install-options: --skip-lock
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -14,6 +14,6 @@ jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v1.6.3
with:
python-versions: '["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]'
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]'
pipenv: true
pipenv-install-options: --skip-lock
1 change: 1 addition & 0 deletions newsfragments/111.feature.rst
@@ -0,0 +1 @@
Add python 3.11 to the list of supported python versions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: POSIX",
"Topic :: System :: Installation/Setup",
"Topic :: System :: Systems Administration",
Expand Down

0 comments on commit 57d82c1

Please sign in to comment.