File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -39,8 +39,11 @@ keywords = [
3939classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments