Skip to content

Commit

Permalink
drop tests for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvaessen committed Aug 31, 2023
1 parent 8fdbb81 commit 40a7f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.10]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12""]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 40a7f4f

Please sign in to comment.