Skip to content

Commit 669ab74

Browse files
authored
Merge pull request #995 from openzim/ci-cd-python-13
Use Python 3.13 in CI
2 parents 54eb78e + 15310c8 commit 669ab74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- name: Checkout code
4949
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050

51-
- name: Setup Python 3.10
51+
- name: Setup Python 3.13
5252
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
5353
with:
54-
python-version: '3.10'
54+
python-version: '3.13'
5555

5656
- name: Install packages
5757
run: |
@@ -109,10 +109,10 @@ jobs:
109109
- name: Checkout code
110110
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111111

112-
- name: Setup python 3.10
112+
- name: Setup python 3.13
113113
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
114114
with:
115-
python-version: '3.10'
115+
python-version: '3.13'
116116

117117
- name: Install packages
118118
run:

0 commit comments

Comments
 (0)