Skip to content

Commit

Permalink
drop 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 1, 2023
1 parent 54705e5 commit ebd0e7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["2.7", "3.5", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["2.7", "3.5", "3.7", "3.8", "3.9", "3.10"]

steps:
# Checkout the repo.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -72,7 +72,6 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',

'Operating System :: OS Independent',
'Operating System :: POSIX',
Expand Down

0 comments on commit ebd0e7a

Please sign in to comment.