Skip to content

Commit 7b7c6ba

Browse files
authored
update the testing to include python 3.11, drop python 3.8 (#177)
* update the testing to include python 3.11, drop python 3.8 * also the regtests
1 parent 279776b commit 7b7c6ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10"]
19+
python-version: ["3.9", "3.10", "3.11"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

.github/workflows/regtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10"]
19+
python-version: ["3.9", "3.10", "3.11"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)