Skip to content

Commit e17f6fb

Browse files
committed
Python 3.13
1 parent bcc17ce commit e17f6fb

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
10+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1111
steps:
1212
- uses: actions/checkout@v4
1313

docs/source/dev_api_wfbench.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ wfcommons.wfbench.translator.swift_t
4444
:private-members:
4545
:noindex:
4646

47-
wfcommons.wfbench.translator.task_vine
48-
--------------------------------------
47+
wfcommons.wfbench.translator.taskvine
48+
-------------------------------------
4949

50-
.. automodule:: wfcommons.wfbench.translator.task_vine
50+
.. automodule:: wfcommons.wfbench.translator.taskvine
5151
:members:
5252
:undoc-members:
5353
:show-inheritance:

docs/source/user_api_wfbench.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ wfcommons.wfbench.translator.swift_t
3838
:undoc-members:
3939
:show-inheritance:
4040

41-
wfcommons.wfbench.translator.task_vine
42-
--------------------------------------
41+
wfcommons.wfbench.translator.taskvine
42+
-------------------------------------
4343

44-
.. automodule:: wfcommons.wfbench.translator.task_vine
44+
.. automodule:: wfcommons.wfbench.translator.taskvine
4545
:members:
4646
:undoc-members:
4747
:show-inheritance:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
"Intended Audience :: Developers",
2021
"Intended Audience :: Education",
2122
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)