Skip to content

Commit

Permalink
fix attempt: bump CI python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Nov 22, 2024
1 parent 9da8284 commit c2d5b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.11] # to minimise complexity we only test a min and a max version
python-version: [3.10, 3.12] # to minimise complexity we only test a min and a max version
include:
# on all platforms and versions do everything
- tox-envs: [lint, test, docs, build]
Expand Down

0 comments on commit c2d5b9b

Please sign in to comment.