Skip to content

Commit cc8b087

Browse files
authored
Removed python 3.9 from CI
1 parent 3ffd9f8 commit cc8b087

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python-version: ["3.9", "3.13"]
43+
python-version: ["3.10", "3.13"]
4444

4545
steps:
4646
- uses: actions/checkout@v5

.github/workflows/typing-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: ["3.9", "3.13"]
37+
python-version: ["3.10", "3.13"]
3838
pytorch-channel: [pytorch]
3939

4040
steps:

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: [ubuntu-latest]
46-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
46+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4747
pytorch-channel: [pytorch, pytorch-nightly]
4848
include:
4949
# includes a single build on windows

0 commit comments

Comments
 (0)