We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bbd60 commit 32d6d8fCopy full SHA for 32d6d8f
.github/workflows/package.yml
@@ -16,14 +16,15 @@ jobs:
16
strategy:
17
matrix:
18
os: [macos-latest, ubuntu-latest]
19
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
20
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
24
uses: actions/setup-python@v5
25
with:
26
python-version: ${{ matrix.python-version }}
27
+ allow-prereleases: true
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip setuptools
0 commit comments