Skip to content

Commit 609207a

Browse files
remove 3.13.5
1 parent 57ad5c2 commit 609207a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/cpu_all_extras/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
using: "composite"
1616
steps:
1717
- name: Install CPU TensorFlow
18-
if: ${{ runner.os == 'Linux' && inputs.python_version != '3.13.5' }}
18+
if: ${{ runner.os == 'Linux' && inputs.python_version != '3.13' }}
1919
uses: nick-fields/retry@v3
2020
with:
2121
timeout_minutes: 30

.github/workflows/periodic_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
fail-fast: false
164164
matrix:
165165
os: [ ubuntu-24.04, macOS-14, windows-2022 ]
166-
python-version: [ "3.10", "3.11", "3.12", "3.13.5" ]
166+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
167167

168168
steps:
169169
- name: Checkout

.github/workflows/pr_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
os: [ ubuntu-24.04, macOS-14, windows-2022 ]
58-
python-version: [ "3.10", "3.11", "3.12", "3.13.5" ]
58+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
5959
# skip python versions unless the PR has the 'full pytest actions' label
6060
pr-testing:
6161
- ${{ (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'full pytest actions')) }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ ubuntu-24.04, macOS-14, windows-2022 ]
57-
python-version: [ "3.10", "3.11", "3.12", "3.13.5" ]
57+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
5858

5959
steps:
6060
- name: Checkout

0 commit comments

Comments
 (0)