mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
[ci] Add python 3.13 to pytest workflow. (#242)
* [ci] Add python 3.13 to pytest workflow. * [ci] Remove py and pyarrow from pytest workflow
This commit is contained in:
parent
4b1bb0872a
commit
b43a2cbd34
2 changed files with 2 additions and 3 deletions
1
setup.py
1
setup.py
|
@ -36,6 +36,7 @@ setup(name='pyerrors',
|
|||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
'Programming Language :: Python :: 3.13',
|
||||
'Topic :: Scientific/Engineering :: Physics'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue