We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f4f27 commit f9c7612Copy full SHA for f9c7612
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
"3.8",
19
"3.9",
20
"3.10",
21
- "3.11",
+ "3.11.0-alpha - 3.11.0",
22
"pypy-3.7",
23
"pypy-3.8",
24
"pypy-3.9",
@@ -67,9 +67,6 @@ jobs:
67
- name: mypy 3.10
68
run: |
69
mypy --python-version 3.10 .
70
- - name: mypy 3.11
71
- run: |
72
- mypy --python-version 3.11 .
73
- name: pylint
74
75
pylint --rcfile=.pylintrc \
setup.py
@@ -52,7 +52,6 @@
52
"Programming Language :: Python :: 3.8",
53
"Programming Language :: Python :: 3.9",
54
"Programming Language :: Python :: 3.10",
55
- "Programming Language :: Python :: 3.11",
56
"Natural Language :: English",
57
"Programming Language :: Python :: Implementation :: CPython",
58
"Programming Language :: Python :: Implementation :: PyPy",
0 commit comments