Skip to content

Commit 32d6d8f

Browse files
authored
support python 3.13 (ReproNim#77)
1 parent 74bbd60 commit 32d6d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest]
19-
python-version: ["3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
27+
allow-prereleases: true
2728
- name: Install dependencies
2829
run: |
2930
python -m pip install --upgrade pip setuptools

0 commit comments

Comments
 (0)