Skip to content

Commit b922864

Browse files
committed
🥑 ci: python 3.12.1
1 parent dc1e8cf commit b922864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.5]
15+
python-version: [3.12.1]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v1
2121
with:

0 commit comments

Comments
 (0)