Skip to content

Commit f9c7612

Browse files
committed
Revert "Add python 3.11 to supported versions (hardbyte#1423)"
This reverts commit 9d2620b.
1 parent 58f4f27 commit f9c7612

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
"3.8",
1919
"3.9",
2020
"3.10",
21-
"3.11",
21+
"3.11.0-alpha - 3.11.0",
2222
"pypy-3.7",
2323
"pypy-3.8",
2424
"pypy-3.9",
@@ -67,9 +67,6 @@ jobs:
6767
- name: mypy 3.10
6868
run: |
6969
mypy --python-version 3.10 .
70-
- name: mypy 3.11
71-
run: |
72-
mypy --python-version 3.11 .
7370
- name: pylint
7471
run: |
7572
pylint --rcfile=.pylintrc \

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"Programming Language :: Python :: 3.8",
5353
"Programming Language :: Python :: 3.9",
5454
"Programming Language :: Python :: 3.10",
55-
"Programming Language :: Python :: 3.11",
5655
"Natural Language :: English",
5756
"Programming Language :: Python :: Implementation :: CPython",
5857
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)