[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:
Fabian Joswig 2024-10-14 23:27:24 +02:00 committed by GitHub
parent 4b1bb0872a
commit b43a2cbd34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -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'
],
)