Skip to content

Commit a480bbb

Browse files
authored
1 parent 1e25af8 commit a480bbb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-20.04
2121
strategy:
2222
matrix:
23-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
23+
python-version: ['3.7', '3.8', '3.9', '3.10']
2424
steps:
2525
- uses: actions/checkout@v2.3.4
2626
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"Programming Language :: Python :: 3.8",
4848
"Programming Language :: Python :: 3.9",
4949
"Programming Language :: Python :: 3.10",
50-
"Programming Language :: Python :: 3.11",
5150
],
5251
setup_requires=[
5352
"wheel",

0 commit comments

Comments
 (0)