Skip to content

Commit

Permalink
Update supported python versions for GitHub actions CI
Browse files Browse the repository at this point in the history
fixes #516
  • Loading branch information
eliben committed Oct 30, 2023
1 parent 6351610 commit b9b00a4
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:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.9, '3.10']
python-version: [3.8, '3.11', '3.12']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit b9b00a4

Please sign in to comment.