Skip to content

Commit fe572a0

Browse files
Require python 3.8
1 parent 7d6046d commit fe572a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 2
1010
matrix:
11-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1212

1313
steps:
1414
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = { text = "MIT" }
1010
authors = [
1111
{ name = "City Bureau", email = "documenters@citybureau.org" }
1212
]
13-
requires-python = ">=3.7,<4.0"
13+
requires-python = ">=3.8,<4.0"
1414
dependencies = [
1515
"jsonschema>=3.0.0a5",
1616
"pytz",

0 commit comments

Comments
 (0)