Skip to content

Commit

Permalink
last try to use have py3.13 run on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Feb 4, 2025
1 parent 6476eff commit 7965b51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
architecture: ${{ matrix.architecture }}
- name: Cache pip 3.8
if: matrix.python-version == 3.8
uses: actions/cache@v4
uses: actions/cache@v5
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand All @@ -34,7 +34,9 @@ jobs:
${{ runner.os }}-
- name: Cache pip
if: matrix.python-version != 3.8
uses: actions/cache@v4
env:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: "1"
uses: actions/cache@v5
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand All @@ -48,7 +50,6 @@ jobs:
run: |
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
pip install --upgrade setuptools
pip install maturin
- name: Install dependencies
if: matrix.python-version > 3.9
run: pip install -r requirements-dev.txt
Expand Down

0 comments on commit 7965b51

Please sign in to comment.