Skip to content

Commit 522b753

Browse files
committed
postpone 3.11 support
1 parent e7c563c commit 522b753

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
19+
python-version: [3.7, 3.8, 3.9, "3.10"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'Programming Language :: Python :: 3.8',
2020
'Programming Language :: Python :: 3.9',
2121
'Programming Language :: Python :: 3.10',
22-
'Programming Language :: Python :: 3.11'
22+
#'Programming Language :: Python :: 3.11'
2323
],
2424

2525
install_requires=[

0 commit comments

Comments
 (0)