Skip to content

Commit

Permalink
Specify support for Python 3.12 and include in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobutler committed Dec 8, 2024
1 parent 4423a2e commit 9b38b69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
pytorch-channel:
- stable
- test
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
pytorch-computation-backend:
- cpu
- cu118
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-nightly-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
max-parallel: 1

runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

runs-on: ${{ matrix.os }}
env:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: System :: Installation/Setup",
"Topic :: Utilities",
]
Expand Down

0 comments on commit 9b38b69

Please sign in to comment.