Skip to content

Commit 6e5356b

Browse files
Test with Python 3.13
1 parent bff8b4a commit 6e5356b

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ['3.10', '3.11', '3.12']
15+
python-version: ['3.10', '3.11', '3.12', '3.13']
1616
steps:
1717
- uses: actions/checkout@v4
1818
- 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)