1 parent fb892d6 commit 9d2620bCopy full SHA for 9d2620b
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
"3.8",
19
"3.9",
20
"3.10",
21
- "3.11.0-alpha - 3.11.0",
+ "3.11",
22
"pypy-3.7",
23
"pypy-3.8",
24
"pypy-3.9",
@@ -67,6 +67,9 @@ 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,6 +52,7 @@
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