Skip to content

Commit

Permalink
Add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Jan 25, 2025
1 parent 01d14bd commit ec0b30b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: python -m pip install ".[dev,test]"

- name: Generate coverage report
run: pytest --cov --cov-report=xml
run: pytest --retries 1 --cov --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 #v5.1.2
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ keywords = [
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit ec0b30b

Please sign in to comment.