Skip to content

Commit 9e74a02

Browse files
committed
Test with 3.14; drop 3.11
1 parent b0944b4 commit 9e74a02

File tree

4 files changed

+4
-56
lines changed

4 files changed

+4
-56
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ['3.11', '3.12', '3.13']
11+
python-version: ['3.12', '3.13', '3.14']
1212
steps:
1313
- uses: actions/checkout@v4
1414

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-bookworm
1+
FROM python:3.14-slim-trixie
22

33
RUN python -m pip install "uv==0.9.5"
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "msys2-autobuild-controller"
33
version = "0.1.0"
44
description = ""
55
authors = [{ name = "Jeremy Drake", email = "[email protected]" }]
6-
requires-python = ">=3.11.0,<4.0"
6+
requires-python = ">=3.12.0,<4.0"
77
dependencies = [
88
"Flask>=3.0.2,<4",
99
"requests>=2.25.1,<3",

0 commit comments

Comments
 (0)