Compare commits

...
Author SHA1 Message Date
Frank Hamand d82cc0b6a9 3.13 is latest release 2025-02-19 09:44:44 +00:00
Frank Hamand 9a6131337b use latest python for CI 2025-02-19 09:43:13 +00:00
+2 -2
View File
@@ -13,10 +13,10 @@ jobs:
with:
fetch-depth: 1
- name: Set up Python 3.11
- name: Set up Python 3.13
uses: actions/setup-python@v2
with:
python-version: 3.11.11
python-version: "3.13"
- uses: actions/cache@v3
with: