Skip to content

Commit

Permalink
Merge pull request #18 from TabulateJarl8/py313-update
Browse files Browse the repository at this point in the history
Add Python 3.13 support
  • Loading branch information
TabulateJarl8 authored Sep 10, 2024
2 parents 91f563e + 0330bc0 commit be07f6c
Show file tree
Hide file tree
Showing 4 changed files with 647 additions and 453 deletions.
3 changes: 2 additions & 1 deletion .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", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4

Expand All @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

# Cache the installation of Poetry itself, e.g. the next step. This prevents the workflow
# from installing Poetry every time, which can be slow. Note the use of the Poetry version
Expand Down
Loading

0 comments on commit be07f6c

Please sign in to comment.