Skip to content

Commit

Permalink
setup.py: add Python 3.11 and 3.12 in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Sep 23, 2024
1 parent 8979a2d commit a42afab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
'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',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Physics'],
python_requires='>={}'.format(MIN_PYTHON_VERSION_STR),
Expand Down

0 comments on commit a42afab

Please sign in to comment.