diff --git a/.gitignore b/.gitignore index eb7a0b842807e6d38813641aca1c7ed8f2c509df..374f4db94690b7d258562f8b9ddca7a873aad3f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.pypitoken + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/pyproject.toml b/pyproject.toml index e53d00c92b10b3f7bb3526c802247da51679893e..1dbc6a1e4f72fce19a13a7d81dd1cdad603cfd22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] 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 " readme = "README.md" authors = [{ name = "Alexander Nasuta", email = "alexander.nasuta@wzl-iqs.rwth-aachen.de" }] @@ -22,7 +22,7 @@ dependencies = [ "beautifulsoup4", "jsp-vis", ] -requires-python = ">=3.11" +requires-python = ">=3.10" [project.optional-dependencies] dev = [