Skip to content

Commit 5ea41a4

Browse files
authored
Merge pull request #116 from wfcommons/nextflow_improvements
v1.3
2 parents b9b4554 + 95e46f7 commit 5ea41a4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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.11", "3.12", "3.13" ]
10+
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
1111
steps:
1212
- uses: actions/checkout@v4
1313

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17+
"Programming Language :: Python :: 3.14",
1718
"Intended Audience :: Developers",
1819
"Intended Audience :: Education",
1920
"Intended Audience :: Science/Research",

wfcommons/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010

11-
__version__ = "1.3-dev"
11+
__version__ = "1.3"
1212
__schema_version__ = "1.5"

0 commit comments

Comments
 (0)