Skip to content

Commit f7d16d2

Browse files
fixup gh pythons
1 parent 04c006b commit f7d16d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8' ]
23+
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0', 'pypy-3.8' ]
2424
os: [windows-latest, ubuntu-latest] #, macos-latest]
2525
include:
2626
- os: windows-latest
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Setup python
33-
uses: actions/setup-python@v3
33+
uses: actions/setup-python@v4
3434
if: matrix.python_version != 'msys2'
3535
with:
3636
python-version: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)