File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 40
40
fail-fast : false
41
41
matrix :
42
42
tf_version_id : ['tf', 'notf']
43
- python_version : ['3.9']
43
+ # Lower and upper bounds of python versions we intend to support.
44
+ python_version : ['3.9', '3.13']
44
45
steps :
45
46
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
46
47
- uses : actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ def get_readme():
76
76
"Programming Language :: Python :: 3.9" ,
77
77
"Programming Language :: Python :: 3.10" ,
78
78
"Programming Language :: Python :: 3.11" ,
79
+ "Programming Language :: Python :: 3.12" ,
80
+ "Programming Language :: Python :: 3.13" ,
79
81
"Programming Language :: Python :: 3 :: Only" ,
80
82
"Topic :: Scientific/Engineering :: Mathematics" ,
81
83
"Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments