Skip to content

Commit ee196e0

Browse files
committed
fix!: Drop support for python 3.9
1 parent 13b34ae commit ee196e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ workflows:
7979
matrix:
8080
parameters:
8181
python-version:
82-
- "3.9"
8382
- "3.10"
8483
- "3.11"
8584
- "3.12"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include = [
2626
"LICENSE"
2727
]
2828
[tool.poetry.dependencies]
29-
python = ">=3.9"
29+
python = ">=3.10"
3030

3131
[tool.poetry.urls]
3232
"Bug Tracker" = "https://github.com/timo-reymann/python-oauth2-cli-auth/issues"

0 commit comments

Comments
 (0)