File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : 3.11
22+ python-version : 3.13
2323
2424 - name : Install flot
2525 run : python -m pip install flot --user
Original file line number Diff line number Diff line change 2828 - name : Set up Python
2929 uses : actions/setup-python@v5
3030 with :
31- python-version : 3.12
31+ python-version : 3.13
3232
3333 - name : Install pypa/build and twine
3434 run : python -m pip install --user --upgrade build twine pkginfo
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ classifiers =
1919 Intended Audience :: Developers
2020 Programming Language :: Python :: 3
2121 Programming Language :: Python :: 3 :: Only
22+ Programming Language :: Python :: 3.10
23+ Programming Language :: Python :: 3.11
24+ Programming Language :: Python :: 3.12
25+ Programming Language :: Python :: 3.13
2226 Topic :: Utilities
2327
2428keywords =
@@ -34,6 +38,7 @@ keywords =
3438packages = find:
3539include_package_data = true
3640zip_safe = false
41+ python_requires = >=3.10
3742install_requires =
3843 aboutcode.pipeline >= 0.2.1
3944 arrow >= 1.3.0
You can’t perform that action at this time.
0 commit comments