Skip to content

Commit

Permalink
Bump versions after 3.8 deprecation (#729)
Browse files Browse the repository at this point in the history
(cherry picked from commit 17cc202)
  • Loading branch information
gareth-ellis committed Jan 29, 2025
1 parent 2378314 commit c5a4c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os:
- macos-13
- ubuntu-latest
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.11"]
python-version: ["3.9", "3.12"]

runs-on: ubuntu-22.04

Expand Down

0 comments on commit c5a4c1f

Please sign in to comment.