Skip to content

Commit 968888d

Browse files
Merge pull request #16 from TabulateJarl8/fix_py312_tests
Fix Python 3.12 tests
2 parents bd033ae + 71f634d commit 968888d

File tree

4 files changed

+255
-253
lines changed

4 files changed

+255
-253
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -80,4 +80,4 @@ jobs:
8080
- name: Upload coverage reports to Codecov
8181
uses: codecov/codecov-action@v4.0.1
8282
with:
83-
token: ${{ secrets.CODECOV_TOKEN }}
83+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)