Skip to content

Commit d38e363

Browse files
Support Python 3.8 (#12)
* Bump version * Support Python 3.8
1 parent 47f0d14 commit d38e363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ repos:
3939
rev: v3.4.0
4040
hooks:
4141
- id: pyupgrade
42-
args: [--py310-plus]
42+
args: [--py38-plus]

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.dev0"
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)