Skip to content

Commit

Permalink
Merge pull request #18 from ideaconsult/py3.13
Browse files Browse the repository at this point in the history
Declare support for Python 3.13
  • Loading branch information
kerberizer authored Nov 19, 2024
2 parents 5361946 + 36ab45a commit ce9bd19
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 154 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,19 @@ jobs:
strategy:
matrix:
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'

steps:

- name: Checkout the repository
uses: actions/[email protected]

- name: Mask existing system Python
run: sudo rm -r /usr/bin/python*

- name: Setup Python
uses: actions/[email protected]
with:
Expand Down
Loading

0 comments on commit ce9bd19

Please sign in to comment.