Skip to content

Commit

Permalink
Merge pull request #644 from SamR1/add-python-3.13
Browse files Browse the repository at this point in the history
API - add support for Python 3.13
  • Loading branch information
SamR1 authored Oct 16, 2024
2 parents 668ee34 + 0a7df70 commit e27283b
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 e27283b

Please sign in to comment.