Skip to content

Commit 5ffc1c8

Browse files
authored
Remove 3.8 jobs and update cuda to 12.6 (#3925)
1 parent 4cb7f57 commit 5ffc1c8

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.github/workflows/unittest-linux-cpu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
tests:
1414
strategy:
1515
matrix:
16-
python_version: ["3.8", "3.9", "3.10"]
16+
# TODO add up to 3.13
17+
python_version: ["3.9", "3.10"]
1718
fail-fast: false
1819
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1920
permissions:

.github/workflows/unittest-linux-gpu.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
tests:
1414
strategy:
1515
matrix:
16-
python_version: ["3.8", "3.9", "3.10"]
17-
cuda_arch_version: ["11.8"]
16+
# TODO add up to 3.13
17+
python_version: ["3.9", "3.10"]
18+
cuda_arch_version: ["12.6"]
1819
fail-fast: false
1920
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2021
permissions:

.github/workflows/unittest-macos-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config --global --add safe.directory /__w/audio/audio
2626
2727
# Set up Environment Variables
28-
export PYTHON_VERSION="3.8"
28+
export PYTHON_VERSION="3.9"
2929
export CU_VERSION=""
3030
export CUDATOOLKIT=""
3131
export USE_OPENMP="0"

.github/workflows/unittest-windows-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --global --add safe.directory /__w/audio/audio
2222
2323
# Set up Environment Variables
24-
export PYTHON_VERSION="3.8"
24+
export PYTHON_VERSION="3.9"
2525
unset CUDA_VERSION
2626
2727
# Set CHANNEL

.github/workflows/unittest-windows-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
git config --global --add safe.directory /__w/audio/audio
2222
2323
# Set up Environment Variables
24-
export PYTHON_VERSION="3.8"
25-
export CUDA_VERSION=11.8
24+
export PYTHON_VERSION="3.9"
25+
export CUDA_VERSION=12.6
2626
2727
# Set CHANNEL
2828
if [[(${GITHUB_EVENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/release'*) ]]; then

0 commit comments

Comments
 (0)