Skip to content

Commit

Permalink
correct python version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
b97pla committed Feb 16, 2023
1 parent 52fc02c commit 725aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["bioinformatics"]
description = "Micro-service for downloading and verifying archives with DSMC"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.7"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 725aa76

Please sign in to comment.