Skip to content

Commit 9b38b69

Browse files
committed
Specify support for Python 3.12 and include in testing
1 parent 4423a2e commit 9b38b69

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.9"
1919
- "3.10"
2020
- "3.11"
21+
- "3.12"
2122
pytorch-channel:
2223
- stable
2324
- test
@@ -70,6 +71,7 @@ jobs:
7071
- "3.9"
7172
- "3.10"
7273
- "3.11"
74+
- "3.12"
7375
pytorch-computation-backend:
7476
- cpu
7577
- cu118

.github/workflows/linux-nightly-install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "3.9"
2121
- "3.10"
2222
- "3.11"
23+
- "3.12"
2324
max-parallel: 1
2425

2526
runs-on: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- "3.9"
3838
- "3.10"
3939
- "3.11"
40+
- "3.12"
4041

4142
runs-on: ${{ matrix.os }}
4243
env:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.9",
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
3233
"Topic :: System :: Installation/Setup",
3334
"Topic :: Utilities",
3435
]

0 commit comments

Comments
 (0)