Skip to content

Commit 19d08b5

Browse files
committed
Update CI
1 parent 8e7dca3 commit 19d08b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build-unstable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ 3.8, 3.9 ]
15+
python-version: [ 3.10, 3.11, 3.12, 3.13 ]
1616
steps:
1717
- name: Cleanup more disk space
1818
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1919
- uses: actions/checkout@v2
20-
- name: Set up Python 3.8
20+
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)