File tree Expand file tree Collapse file tree
tests/test_convert/testing_files/main_dir Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 python3 -m pip install --upgrade pip
2525 python3 -m pip install build
2626 - name : Build package
27- run : python3 -m build
27+ run : python3 -m build --sdist
2828 - name : Publish package to a PyPi distribution
2929 uses : pypa/gh-action-pypi-publish@release/v1
3030 with :
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ classifiers = [
1818 ' Programming Language :: Python :: 3.10' ,
1919 ' Programming Language :: Python :: 3.11' ,
2020 ' Programming Language :: Python :: 3.12' ,
21+ ' Programming Language :: Python :: 3.13' ,
22+ ' Programming Language :: Python :: 3.14' ,
2123 ' Topic :: Scientific/Engineering :: Bio-Informatics' ,
2224 ' Topic :: Software Development :: Libraries :: Python Modules' ,
2325]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ jsonschema >= 4.4.0
33pandas >= 0.24.2
44openpyxl >= 2.6.2
55jellyfish >= 0.9.0
6- mwtab >= 1.2.5
6+ mwtab >= 2.1.0
77numpy >= 1.22.4
88xlsxwriter >= 3.0.3
99setuptools_scm >= 7.0.5
You can’t perform that action at this time.
0 commit comments