Skip to content

Commit 2ed756f

Browse files
committed
chore: update workflows
1 parent e638cd9 commit 2ed756f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/package-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10"]
14+
python-version: ["3.10", "3.12", "3.13"]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies

.github/workflows/publish-to-test-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@master
20-
- name: Set up Python 3.9
21-
uses: actions/setup-python@v1
19+
- uses: actions/checkout@v4
20+
- name: Set up Python 3.12
21+
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.9
23+
python-version: "3.12"
2424
- name: Install pypa/build
2525
run: >
2626
python -m

0 commit comments

Comments
 (0)