Skip to content

Commit cef76e9

Browse files
committed
roll back 3.11 support claim
1 parent ade3d55 commit cef76e9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
run:
77
runs-on: ubuntu-latest
88
env:
9-
PYTHON: '3.11'
9+
PYTHON: '3.10'
1010
steps:
1111
- uses: actions/checkout@main
1212
- name: Setup Python
1313
uses: actions/setup-python@main
1414
with:
15-
python-version: '3.11'
15+
python-version: '3.10'
1616
- name: Generate coverage report
1717
run: |
1818
git config --global user.email "you@example.com"

.github/workflows/tests.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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
'Programming Language :: Python :: 3.8',
3939
'Programming Language :: Python :: 3.9',
4040
'Programming Language :: Python :: 3.10',
41-
'Programming Language :: Python :: 3.11',
4241
'License :: OSI Approved :: MIT License',
4342
'Operating System :: OS Independent',
4443
"Typing :: Typed"

0 commit comments

Comments
 (0)