Skip to content

Commit

Permalink
ci: add 3.13 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Sep 8, 2024
1 parent 5e57dd8 commit 858d10d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
pyv: ['3.8', '3.9', '3.10', '3.11', '3.12']
pyv: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
fsspec: ['']

include:
Expand All @@ -41,6 +41,7 @@ jobs:
PIP_DISABLE_PIP_VERSION_CHECK: ${{ matrix.pyv == '3.8' && matrix.os == 'macos-latest' }}
with:
python-version: ${{ matrix.pyv }}
allow-prereleases: true

- name: Upgrade pip and nox
run: |
Expand Down

0 comments on commit 858d10d

Please sign in to comment.