Skip to content

Commit

Permalink
chore: update Python versions
Browse files Browse the repository at this point in the history
- Drop Python 3.9 and 3.10
- Add Python 3.13
  • Loading branch information
bdraco committed Feb 20, 2025
1 parent d719e63 commit 8c18cf2
Show file tree
Hide file tree
Showing 3 changed files with 603 additions and 389 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.11"
- uses: pre-commit/action@v2.0.3

# Make sure commit messages follow the conventional commits convention:
Expand All @@ -36,10 +36,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 8c18cf2

Please sign in to comment.