Skip to content
Snippets Groups Projects
Commit 02a785bd authored by Alexander Nasuta's avatar Alexander Nasuta
Browse files

lowered required python version to 3.10

parent 77ce4ba3
No related branches found
No related tags found
No related merge requests found
.pypitoken
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
......
...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "jsp-instance-utils" name = "jsp-instance-utils"
version = "1.0.1" version = "1.0.2"
description = "A package containg benchmark instances for the Job Shop Scheduling Problem (JSP) scraped from " description = "A package containg benchmark instances for the Job Shop Scheduling Problem (JSP) scraped from "
readme = "README.md" readme = "README.md"
authors = [{ name = "Alexander Nasuta", email = "alexander.nasuta@wzl-iqs.rwth-aachen.de" }] authors = [{ name = "Alexander Nasuta", email = "alexander.nasuta@wzl-iqs.rwth-aachen.de" }]
...@@ -22,7 +22,7 @@ dependencies = [ ...@@ -22,7 +22,7 @@ dependencies = [
"beautifulsoup4", "beautifulsoup4",
"jsp-vis", "jsp-vis",
] ]
requires-python = ">=3.11" requires-python = ">=3.10"
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment