Skip to content

Commit 924eef3

Browse files
author
Gonzalo Diaz
committed
[Github Actions] python versions upgraded.
1 parent c9e3bd6 commit 924eef3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ["ubuntu-24.04"]
22-
python: ["3.12"]
22+
python: ["3.14"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: ['ubuntu-24.04', 'macos-14', 'windows-2022']
19-
python: ['3.10', '3.11', '3.12']
19+
python: ['3.12', '3.13', '3.14']
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ['ubuntu-24.04', 'macos-14', 'windows-2022']
22-
python: ['3.10', '3.11', '3.12']
22+
python: ['3.12', '3.13', '3.14']
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

0 commit comments

Comments
 (0)