Skip to content

Commit 5028f8e

Browse files
Test with Python 3.13
1 parent 6aece5c commit 5028f8e

File tree

4 files changed

+937
-657
lines changed

4 files changed

+937
-657
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ['3.10', '3.11', '3.12']
19+
python-version: ['3.10', '3.11', '3.12', '3.13']
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up Python

.python-version

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
3.10.14
2-
3.11.9
3-
3.12.5
1+
3.10.15
2+
3.11.10
3+
3.12.7
4+
3.13.0

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.PHONY: test
2+
test:
3+
poetry run pytest
4+
15
.PHONY: patchrelease
26
patchrelease:
37
poetry version patch

0 commit comments

Comments
 (0)