Skip to content

Commit

Permalink
Merge pull request #63 from jjhelmus/new_py_versions
Browse files Browse the repository at this point in the history
update README and setup for Python 3.8-3.13
  • Loading branch information
jjhelmus authored Oct 29, 2024
2 parents b6d2a89 + 8d993bf commit a870c3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ implemented.
Dependencies
============

pyfive is tested to work under 3.5, 3.6, 3.7 and 3.8. It may also work
pyfive is tested to work with Python 3.8 to 3.13. It may also work
with other Python versions.

The only dependencies to run the software besides Python is NumPy.
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'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 :: Scientific/Engineering',
],
packages=['pyfive'],
Expand Down

0 comments on commit a870c3a

Please sign in to comment.