Skip to content

Commit

Permalink
chore: add Python 3.13 (#364)
Browse files Browse the repository at this point in the history
Signed-off-by: gruebel <anton.gruebel@gmail.com>
  • Loading branch information
gruebel authored Sep 9, 2024
1 parent e57ff78 commit ca4d589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,6 +33,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
allow-prereleases: true

- name: Install hatch
run: pip install hatch
Expand Down

0 comments on commit ca4d589

Please sign in to comment.