Skip to content

Commit 90a0696

Browse files
committed
fix GHA
1 parent 01653d2 commit 90a0696

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_and_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x']
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.x"]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
python setup.py sdist
3939
- name: Store distribution packages
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: dist
4343
path: dist/
@@ -48,7 +48,7 @@ jobs:
4848
needs: build
4949
strategy:
5050
matrix:
51-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x']
51+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.x"]
5252

5353
steps:
5454
- uses: actions/checkout@v3
@@ -87,7 +87,7 @@ jobs:
8787
id-token: write
8888
steps:
8989
- name: Download distribution packages
90-
uses: actions/download-artifact@v3
90+
uses: actions/download-artifact@v4
9191
with:
9292
name: dist
9393
path: dist/

0 commit comments

Comments
 (0)