Skip to content

Commit

Permalink
Merge pull request #16 from TabulateJarl8/fix_py312_tests
Browse files Browse the repository at this point in the history
Fix Python 3.12 tests
  • Loading branch information
TabulateJarl8 authored Apr 29, 2024
2 parents bd033ae + 71f634d commit 968888d
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 253 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:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit 968888d

Please sign in to comment.