Skip to content

Commit ddce057

Browse files
authored
Merge pull request #63 from google/py313-support
bump max python version to 3.13
2 parents ae026fd + 4446398 commit ddce057

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python_style_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ['3.10', '3.11', '3.12']
15+
python-version: ['3.10', '3.11', '3.12', '3.13']
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macos-15, windows-latest]
16-
python-version: ['3.9', '3.10', '3.11', '3.12']
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3434
"Topic :: Scientific/Engineering :: Image Recognition",
3535
]
36-
requires-python = ">= 3.9, < 3.13"
36+
requires-python = ">= 3.9, < 3.14"
3737
dependencies = [
3838
"absl-py",
3939
"cloudpathlib",

0 commit comments

Comments
 (0)