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 4040 fail-fast : false
4141 matrix :
4242 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']
4445 steps :
4546 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
4647 - 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():
7676 "Programming Language :: Python :: 3.9" ,
7777 "Programming Language :: Python :: 3.10" ,
7878 "Programming Language :: Python :: 3.11" ,
79+ "Programming Language :: Python :: 3.12" ,
80+ "Programming Language :: Python :: 3.13" ,
7981 "Programming Language :: Python :: 3 :: Only" ,
8082 "Topic :: Scientific/Engineering :: Mathematics" ,
8183 "Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments