We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825c1b4 commit 7d5fb7fCopy full SHA for 7d5fb7f
1 file changed
.github/workflows/test.yml
@@ -13,12 +13,12 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macos-latest]
16
- python-version: ['3.8', '3.9']
+ python-version: ['3.8', '3.9', '3.10']
17
experimental: [false]
18
- include:
19
- - os: ubuntu-latest
20
- python-version: '3.10.0-alpha - 3.10.0'
21
- experimental: true
+ # include:
+ # - os: ubuntu-latest
+ # python-version: '3.10.0-alpha - 3.10.0'
+ # experimental: true
22
23
steps:
24
- name: Checkout code
0 commit comments