Skip to content

Commit 34afd12

Browse files
authored
Workflow: update Python versions and action versions
2 parents 0a7e7b3 + c85a4c6 commit 34afd12

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# TODO: fix for Mac and Windows.
1414
os: [ubuntu-latest]
15-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:
@@ -69,7 +69,7 @@ jobs:
6969
- name: Archive Linux build artifacts
7070
# more details https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
7171
if: runner.os == 'Linux'
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: dist
7575
path: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
max-parallel: 1
2626
matrix:
27-
python-version: [3.9]
27+
python-version: ["3.10"]
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: Set up Python ${{ matrix.python-version }}
@@ -55,7 +55,7 @@ jobs:
5555
max-parallel: 3
5656
matrix:
5757
os: [ubuntu-latest, macos-latest, windows-latest]
58-
python-version: [3.9]
58+
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
5959

6060
steps:
6161
- uses: actions/checkout@v2

.github/workflows/versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
max-parallel: 1
2424
matrix:
25-
python-version: [3.9]
25+
python-version: ["3.10"]
2626
steps:
2727
- uses: actions/checkout@v2
2828
- name: Set up Python ${{ matrix.python-version }}
@@ -54,7 +54,7 @@ jobs:
5454
matrix:
5555
# TODO: fix for Mac and Windows.
5656
os: [ubuntu-latest]
57-
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13"]
57+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5858

5959
steps:
6060
- uses: actions/checkout@v4

third_party/differential-privacy

0 commit comments

Comments
 (0)