Skip to content

Commit 03e4696

Browse files
authored
Drop Python 3.10, add 3.15 (#243)
1 parent 7fee315 commit 03e4696

5 files changed

Lines changed: 343 additions & 238 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
# - "windows-latest"
2424
- "ubuntu-latest"
2525
python-version:
26-
- "3.10"
2726
- "3.11"
2827
- "3.12"
2928
- "3.13"
3029
- "3.14"
30+
- "3.15"
3131

3232
steps:
3333
- name: "Repo checkout"

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10
1+
3.11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Python 3.10 | 3.11 | 3.12 | 3.13 | 3.14](https://img.shields.io/badge/Python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue)](https://www.python.org/downloads)
1+
[![Python 3.11 | 3.12 | 3.13 | 3.14 | 3.15](https://img.shields.io/badge/Python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue)](https://www.python.org/downloads)
22
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
33
[![Nox](https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg)](https://github.com/wntrblm/nox)
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "module-name"
7-
requires-python = ">=3.10"
7+
requires-python = ">=3.11"
88
description = "Module Description"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)