Skip to content

Commit 51d0277

Browse files
authored
Explicitly test on 3.11.0b5 for now (#34)
1 parent f8c1563 commit 51d0277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- {name: Linux38, python: '3.8', os: ubuntu-latest, tox: py38}
1515
- {name: Linux39, python: '3.9', os: ubuntu-latest, tox: py39}
1616
- {name: Linux310, python: '3.10', os: ubuntu-latest, tox: py310}
17-
- {name: Linux311, python: '3.11', os: ubuntu-latest, tox: py311}
17+
- {name: Linux311, python: '3.11.0-beta.5', os: ubuntu-latest, tox: py311}
1818
- {name: Style, python: '3.10', os: ubuntu-latest, tox: style}
1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)