Skip to content

Commit b9c97ec

Browse files
committed
drop support for Python 3.8
1 parent dff2832 commit b9c97ec

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [Ubuntu, macOS, Windows]
20-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2121
include:
2222
- os: Ubuntu
2323
image: ubuntu-latest

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = [
1515
]
1616

1717
[tool.poetry.dependencies]
18-
python = "^3.8"
18+
python = "^3.9"
1919
poetry = "^1.5.0"
2020

2121
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)