Skip to content

Commit

Permalink
API - add support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Oct 16, 2024
1 parent 668ee34 commit 0a7df70
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--health-retries 5
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v4
- name: Install Poetry and Dependencies
Expand Down
Loading

0 comments on commit 0a7df70

Please sign in to comment.