Skip to content

Commit

Permalink
Update supported (tested) python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Nov 10, 2022
1 parent 3ce9072 commit b7efa4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
'License :: OSI Approved :: BSD License',
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'],
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'],

keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
Expand Down

0 comments on commit b7efa4d

Please sign in to comment.