Skip to content

Commit 44756ab

Browse files
authored
CI: use python 3.11 for the nightly tests (#582)
1 parent 522b3b6 commit 44756ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/optional.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/setup
1919
with:
2020
os: ubuntu-latest
21-
python-version: '3.10'
21+
python-version: '3.11'
2222

2323
- name: Run pytest (against pandas nightly)
2424
run: poetry run poe pytest --nightly
@@ -34,7 +34,7 @@ jobs:
3434
uses: ./.github/setup
3535
with:
3636
os: ubuntu-latest
37-
python-version: '3.10'
37+
python-version: '3.11'
3838

3939
- name: Run mypy tests with mypy nightly
4040
run: poetry run poe mypy --mypy_nightly

0 commit comments

Comments
 (0)