Skip to content

Commit 402b58f

Browse files
committed
Add 'official' support for python 3.13
1 parent 541b888 commit 402b58f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
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

tensorboard/pip_package/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)