Skip to content

Commit caae0e8

Browse files
committed
add Python 3.13
Signed-off-by: gruebel <[email protected]>
1 parent 6e316a2 commit caae0e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2525

2626
steps:
2727
- uses: actions/checkout@v4
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "pip"
36+
allow-prereleases: true
3637

3738
- name: Install hatch
3839
run: pip install hatch

0 commit comments

Comments
 (0)