mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Upgrade to Python 3.13 in CI
This commit is contained in:
parent
e652c50546
commit
24bf9932fe
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -18,10 +18,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup python 3.8
|
||||
- name: Setup python 3.13
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
python-version: '3.13'
|
||||
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user