Skip to content

Commit ec0b30b

Browse files
Add classifiers
1 parent 01d14bd commit ec0b30b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/_codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: python -m pip install ".[dev,test]"
4949

5050
- name: Generate coverage report
51-
run: pytest --cov --cov-report=xml
51+
run: pytest --retries 1 --cov --cov-report=xml
5252

5353
- name: Upload coverage to Codecov
5454
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 #v5.1.2

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ keywords = [
3939
classifiers = [
4040
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
4141
"Programming Language :: Python",
42+
"Programming Language :: Python :: 3.9",
43+
"Programming Language :: Python :: 3.10",
4244
"Programming Language :: Python :: 3.11",
4345
"Programming Language :: Python :: 3.12",
46+
"Programming Language :: Python :: 3.13",
4447
"Topic :: Software Development :: Libraries :: Python Modules",
4548
"Topic :: Utilities",
4649
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)