Skip to content

Commit 8192f7f

Browse files
authored
Update ci.yml
1 parent a4ab4af commit 8192f7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
max-parallel: 6
1616
matrix:
1717
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
18-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
18+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1919

2020
runs-on: ${{ matrix.os }}
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4.2.2
2424

2525
- name: Install poetry
2626
run: pipx install poetry
2727

2828
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2929
id: setup-python
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5.6.0
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
cache-dependency-path: pyproject.toml

0 commit comments

Comments
 (0)