File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 10
10
paths :
11
11
- .github/workflows/nightly-wheels.yml
12
12
- .github/pins/pytorch.txt
13
+ pull_request :
14
+ branches :
15
+ - main
16
+ paths :
17
+ - .github/workflows/nightly-wheels.yml
18
+ - .github/pins/pytorch.txt
13
19
14
20
permissions : read-all
15
21
31
37
- " 3.11"
32
38
- " 3.12"
33
39
- " 3.13"
40
+ - " 3.14.0-rc.1"
34
41
fail-fast : false
35
42
max-parallel : 2
36
43
defaults :
Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ def get_git_version_suffix():
798
798
799
799
# Dynamically define supported Python versions and classifiers
800
800
MIN_PYTHON = (3 , 9 )
801
- MAX_PYTHON = (3 , 13 )
801
+ MAX_PYTHON = (3 , 14 )
802
802
803
803
PYTHON_REQUIRES = f">={ MIN_PYTHON [0 ]} .{ MIN_PYTHON [1 ]} ,<{ MAX_PYTHON [0 ]} .{ MAX_PYTHON [1 ] + 1 } "
804
804
BASE_CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments