Skip to content

Commit e03e0f9

Browse files
committed
Drop support for python 3.11
1 parent 05a26eb commit e03e0f9

7 files changed

Lines changed: 16 additions & 103 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"args": {
77
"NODE_VERSION": "24",
88
"UV_VERSION": "0.8.17",
9-
"VARIANT": "3.12"
9+
"VARIANT": "3.14"
1010
}
1111
},
1212
"remoteEnv": {

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
python_version:
77
description: The Python version.
88
required: false
9-
default: '3.12'
9+
default: '3.14'
1010
just_version:
1111
description: The just version.
1212
required: false

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
description: The Python version.
99
type: string
1010
required: false
11-
default: '3.12'
11+
default: '3.14'
1212
runs_on:
1313
description: The runner environment.
1414
type: string

.github/workflows/check.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
os:
2121
- ubuntu-latest
2222
python:
23-
- '3.10'
2423
- '3.11'
2524
- '3.12'
25+
- '3.13'
26+
- '3.14'
2627
include:
2728
- os: ubuntu-latest
2829
os_name: Linux
@@ -47,6 +48,8 @@ jobs:
4748
python:
4849
- '3.11'
4950
- '3.12'
51+
- '3.13'
52+
- '3.14'
5053
steps:
5154
- name: Checkout
5255
uses: actions/checkout@v7
@@ -69,9 +72,10 @@ jobs:
6972
os:
7073
- ubuntu-latest
7174
python:
72-
- '3.10'
7375
- '3.11'
7476
- '3.12'
77+
- '3.13'
78+
- '3.14'
7579
include:
7680
- os: ubuntu-latest
7781
os_name: Linux
@@ -86,9 +90,10 @@ jobs:
8690
os:
8791
- ubuntu-latest
8892
python:
89-
- '3.10'
9093
- '3.11'
9194
- '3.12'
95+
- '3.13'
96+
- '3.14'
9297
include:
9398
- os: ubuntu-latest
9499
os_name: Linux

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.2
1+
3.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Seam Labs, Inc.", email = "engineering@getseam.com" }]
66
license = "MIT"
77
license-files = ["LICENSE.txt"]
88
readme = "README.rst"
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.11"
1010
dependencies = [
1111
"httpx>=0.23.0,<1",
1212
"httpx-retries>=0.6.0,<1",

uv.lock

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

0 commit comments

Comments
 (0)