Skip to content

Commit be07f6c

Browse files
Merge pull request #18 from TabulateJarl8/py313-update
Add Python 3.13 support
2 parents 91f563e + 0330bc0 commit be07f6c

File tree

4 files changed

+647
-453
lines changed

4 files changed

+647
-453
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
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", "3.12"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
23+
allow-prereleases: true
2324

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

0 commit comments

Comments
 (0)