Skip to content

Commit 4cdd1dd

Browse files
alexmojakipwwang
andauthored
Python 3.11 support (#89)
* Fix bytecode_nameof in Python 3.11 * Test 3.11 in GHA * revert error thing * mypy * mypy * black * Require coverage ^6.4 for python3.7+ * Exclude some coverage and remove .editconfig Co-authored-by: pwwang <[email protected]>
1 parent 6a9d9d9 commit 4cdd1dd

File tree

5 files changed

+238
-56
lines changed

5 files changed

+238
-56
lines changed

.editorconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
16+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", 3.11-dev]
1717

1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)