Commit f869684
authored
Support Python 3.11 - Fix 447 (#459)
* Add support for Python 3.11
- update greenlet version to latest version (currently 2.0.2)
- update nox build instructions
- change python version to 3.11
- update PyInstaller version
* update target python version
* update mypy version to support python 3.11
- error messages related to typed-ast, which was loaded by mypy
* fix flake8 config:
- the comment has to be in an extra line1 parent eb59589 commit f869684
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments