Skip to content

Commit

Permalink
📌 Pin Python versions to 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amarrerod committed Jul 24, 2024
1 parent 6426ed0 commit 781a7db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.2.0"
description = "Python version of the DIGNEA code for instance generation"
authors = [{ name = "Alejandro Marrero", email = "amarrerd@ull.edu.es" }]
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.11"
license = { file = "LICENSE" }
keywords = [
"dignea",
Expand All @@ -24,11 +24,10 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
'Topic :: Scientific/Engineering',
'Typing :: Typed',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
'Operating System :: MacOS',
]
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ def __str__(self):
setup(
author="Alejandro Marrero",
author_email="amarrerd@ull.edu.es",
python_requires=">=3.12",
python_requires=">=3.11",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
description="Python version of the DIGNEA code for instance generation",
Expand Down

0 comments on commit 781a7db

Please sign in to comment.