Skip to content

Commit

Permalink
Remove Python 2 test from CI because Python 2 is no more available in…
Browse files Browse the repository at this point in the history
…side Gitaction images
  • Loading branch information
nicolargo committed Mar 23, 2024
1 parent 370da44 commit fb10c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:

Expand Down

0 comments on commit fb10c7f

Please sign in to comment.