Skip to content

Commit

Permalink
Dropped Python 3.9 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Oct 29, 2024
1 parent 1e974d3 commit 43b96fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This file contains the list of changes made to the JLS project.

* Migrated to numpy 2.
* Added Python 3.13 support.
* Dropped Python 3.9 support.


## 0.10.0
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def run(self):
# Supported Python versions
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
Expand All @@ -194,7 +193,7 @@ def run(self):
include_dirs=[],

# See https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
python_requires='~=3.9',
python_requires='~=3.10',

# See https://packaging.python.org/en/latest/requirements.html
install_requires=[
Expand Down

0 comments on commit 43b96fc

Please sign in to comment.