Skip to content

Commit 28b05e6

Browse files
Drop support for Python 3.9 due to EoL
1 parent 3c14087 commit 28b05e6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
os:
2121
- ubuntu-latest
2222
python:
23-
- '3.9'
2423
- '3.10'
2524
- '3.11'
2625
- '3.12'
@@ -70,7 +69,6 @@ jobs:
7069
os:
7170
- ubuntu-latest
7271
python:
73-
- '3.9'
7472
- '3.10'
7573
- '3.11'
7674
- '3.12'
@@ -88,7 +86,6 @@ jobs:
8886
os:
8987
- ubuntu-latest
9088
python:
91-
- '3.9'
9289
- '3.10'
9390
- '3.11'
9491
- '3.12'

poetry.lock

Lines changed: 3 additions & 4 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
@@ -10,7 +10,7 @@ repository = "https://github.com/seamapi/python"
1010
exclude = ["**/*_test.py"]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.9.0"
13+
python = "^3.10.0"
1414
dataclasses-json = "^0.6.4"
1515
niquests = "^3.6.4"
1616
svix = "^1.24.0"

0 commit comments

Comments
 (0)