Skip to content

Commit

Permalink
setup: Drop support for Python3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
  • Loading branch information
jvesely committed Nov 13, 2024
1 parent 4cfbf4e commit 17bcec8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def get_requirements(require_name=None):

# Supported Python Versions
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -66,7 +65,7 @@ def get_requirements(require_name=None):
],

# Require recent python
python_requires=">=3.7",
python_requires=">=3.8",

# What does your project relate to?
keywords='cognitive modeling',
Expand Down

0 comments on commit 17bcec8

Please sign in to comment.