Skip to content

Commit 03466dd

Browse files
committed
Great, 3.10 works. We'll keep an eye on 3.11
1 parent 5a0de69 commit 03466dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: ["ubuntu-latest"]
15-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-alpha - 3.11.0", "pypy-3.6", "pypy-3.7", "pypy-3.8"]
15+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.6", "pypy-3.7", "pypy-3.8"]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)