Skip to content

Commit

Permalink
Bumps dependencies and enables Python 3.13 testing (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHammond13 authored Dec 16, 2024
1 parent 80f0130 commit 7984f22
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 62 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
codequality:
strategy:
matrix:
# TODO: update this to 3.13 (final release) when this is released on 1 October 2024
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 7984f22

Please sign in to comment.