Skip to content

Commit

Permalink
Require python 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
kddubey committed Apr 29, 2024
1 parent 3838f07 commit fb320c3
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 @@ -7,7 +7,7 @@ requires = ["setuptools>=61.0", "setuptools_scm>=8"]
[project]
name = "formulae"
description = "Formulas for mixed-effects models in Python"
requires-python = ">=3.7"
requires-python = ">=3.8"
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
dynamic = ["version"]
Expand Down

0 comments on commit fb320c3

Please sign in to comment.