Skip to content

Commit f0b1d38

Browse files
committed
not ready for Py 3.11
1 parent 1e8307e commit f0b1d38

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.8", "3.9", "3.10"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers = [
1818
"Programming Language :: Python :: 3.8",
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",
21-
"Programming Language :: Python :: 3.11",
2221
"License :: OSI Approved :: Apache Software License",
2322
"Operating System :: OS Independent",
2423
]

0 commit comments

Comments
 (0)