Skip to content

Commit 08f71ec

Browse files
authored
Update Python version in CI workflow
Python 3.8 gave errors trying to install some of the dependencies
1 parent 0184f5b commit 08f71ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8"]
16+
python-version: ["3.13"]
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818

1919
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)