Skip to content

Commit 5b67928

Browse files
committed
Use Python 3.13 in CI
1 parent 6760afd commit 5b67928

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
test_python:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-python@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5
1313
with:
14-
python-version: "3.9"
15-
- run: pip install -e . wheel
16-
- run: python setup.py sdist bdist_wheel
14+
python-version: "3.13"
15+
- run: pip install -e . wheel build
16+
- run: python -m build

0 commit comments

Comments
 (0)