Skip to content

Commit

Permalink
increase required python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlue authored May 25, 2024
1 parent 1a16144 commit be21aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "hatchling.build"

[project]
name = "biobricks"
version = "0.3.6"
version = "0.3.7"
authors = [
{ name="Thomas Luechtefeld", email="[email protected]" },
{ name="Jose A. Jaramillo", email="[email protected]" }
]
description = "Biobricks automates bioinformatics data."
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit be21aee

Please sign in to comment.