Skip to content

Commit ac1640a

Browse files
committed
Support Python 3.8
1 parent afb494c commit ac1640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["setuptools", "wheel"]
55
[project]
66
name = "devstats"
77
version = "0.1rc1"
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.8"
99
description = "Developer tool for scientific Python libraries"
1010
license = {file = "LICENSE"}
1111
maintainers = [

0 commit comments

Comments
 (0)