From 045b7c11598637e2a351819e230b0a572651502c Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Fri, 7 Nov 2025 18:39:38 +0100 Subject: [PATCH 1/3] Update actions --- .github/workflows/publish.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- third_party/differential-privacy | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a8a159e..ef15fde7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: matrix: # TODO: fix for Mac and Windows. os: [ubuntu-latest] - python-version: [3.9, "3.10", "3.11", "3.12", "3.13"] + python-version: [3.9, "3.10", 3.11, 3.12, 3.13, 3.14] runs-on: ${{ matrix.os }} steps: @@ -69,7 +69,7 @@ jobs: - name: Archive Linux build artifacts # more details https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts if: runner.os == 'Linux' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d4529875..493adc96 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: strategy: max-parallel: 1 matrix: - python-version: [3.9] + python-version: [3.12] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -55,7 +55,7 @@ jobs: max-parallel: 3 matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.9] + python-version: ["3.10", 3.11, 3.12, 3.13, 3.14] steps: - uses: actions/checkout@v2 diff --git a/third_party/differential-privacy b/third_party/differential-privacy index e59bbcf8..4af69eb3 160000 --- a/third_party/differential-privacy +++ b/third_party/differential-privacy @@ -1 +1 @@ -Subproject commit e59bbcf86a5febcbbe6b2e5ebea37ee52457cf36 +Subproject commit 4af69eb36086386edbc4b78126279848321c4e1c From f0b037d48af8bb360e23aec119113df3fe4060c1 Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Fri, 7 Nov 2025 18:47:05 +0100 Subject: [PATCH 2/3] Update actions --- .github/workflows/versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index d4d952ea..db50e2a9 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -22,7 +22,7 @@ jobs: strategy: max-parallel: 1 matrix: - python-version: [3.9] + python-version: ["3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -54,7 +54,7 @@ jobs: matrix: # TODO: fix for Mac and Windows. os: [ubuntu-latest] - python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 From c85a4c6e711eac5d9695bd47157a51d77a9bd513 Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Fri, 7 Nov 2025 18:54:09 +0100 Subject: [PATCH 3/3] fixes --- .github/workflows/publish.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ef15fde7..8a6c6fb7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: matrix: # TODO: fix for Mac and Windows. os: [ubuntu-latest] - python-version: [3.9, "3.10", 3.11, 3.12, 3.13, 3.14] + python-version: ["3.10", 3.11, 3.12, 3.13, 3.14] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 493adc96..fca627c9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: strategy: max-parallel: 1 matrix: - python-version: [3.12] + python-version: ["3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}