Skip to content

Commit

Permalink
update the testing to include python 3.11, drop python 3.8 (#177)
Browse files Browse the repository at this point in the history
* update the testing to include python 3.11, drop python 3.8

* also the regtests
  • Loading branch information
zingale authored Aug 10, 2023
1 parent 279776b commit 7b7c6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

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

0 comments on commit 7b7c6ba

Please sign in to comment.