Skip to content

Commit

Permalink
Test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipuniverse committed Nov 26, 2024
1 parent 3e5c283 commit 92378bd
Show file tree
Hide file tree
Showing 4 changed files with 937 additions and 657 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
7 changes: 4 additions & 3 deletions .python-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.10.14
3.11.9
3.12.5
3.10.15
3.11.10
3.12.7
3.13.0
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.PHONY: test
test:
poetry run pytest

.PHONY: patchrelease
patchrelease:
poetry version patch
Expand Down
Loading

0 comments on commit 92378bd

Please sign in to comment.