Skip to content

Commit d1bb8c5

Browse files
committed
Updated workflow files
1 parent 170b543 commit d1bb8c5

File tree

5 files changed

+1824
-743
lines changed

5 files changed

+1824
-743
lines changed

.github/workflows/generate_workflows_lib/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
"Typing :: Typed",
2627
]
2728
dependencies = ["Jinja2", "tox"]

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def get_test_job_datas(tox_envs: list, operating_systems: list) -> list:
6161
"py310": "3.10",
6262
"py311": "3.11",
6363
"py312": "3.12",
64+
"py313": "3.13",
6465
}
6566

6667
test_job_datas = []

0 commit comments

Comments
 (0)