Skip to content

Commit ea3dd45

Browse files
Drop Python 3.10, 3.11, test 3.13, 3.14
1 parent 48f3993 commit ea3dd45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.11", "3.12"]
10+
python-version: ["3.12", "3.13", "3.14"]
1111
services:
1212
clickhouse:
1313
image: yandex/clickhouse-server

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/[email protected]
2525
with:
26-
python-version: 3.11
26+
python-version: 3.14
2727
- name: Install dependencies
2828
run: |
2929
pip install -e .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "mcbackend"
77
version = "0.5.4"
88
description = "Framework agnostic backends for MCMC sample storage"
99
readme = {file = "README.md", content-type = "text/markdown"}
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.12"
1111
license = "AGPL-3.0-or-later"
1212
license-files = ["LICENSE"]
1313
authors = [ { name = "Michael Osthege", email = "[email protected]" } ]

0 commit comments

Comments
 (0)