Skip to content

Commit 6ce9d2b

Browse files
committed
Upgrade minimum python version
1 parent 362c7cf commit 6ce9d2b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers = [
1515
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
@@ -24,7 +23,7 @@ classifiers = [
2423
]
2524

2625
[tool.poetry.dependencies]
27-
python = "^3.8.1"
26+
python = "^3.9"
2827
requests = "^2.31.0"
2928

3029
[tool.poetry.group.dev.dependencies]
@@ -46,7 +45,7 @@ target-version = ['py38']
4645
include = '\.pyi?$'
4746

4847
[tool.mypy]
49-
python_version = "3.8"
48+
python_version = "3.9"
5049
warn_return_any = true
5150
warn_unused_configs = true
5251
disallow_untyped_defs = true

0 commit comments

Comments
 (0)