Skip to content

Commit ece8961

Browse files
committed
build(python): update version 3.10 - 3.14
Per https://devguide.python.org/versions/
1 parent e65e878 commit ece8961

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
strategy:
6161
matrix:
6262
python:
63-
- "3.9" # oldest Python supported by PSF
64-
- "3.13" # newest Python that is stable
63+
- "3.10" # oldest Python supported by PSF
64+
- "3.14" # newest Python that is stable
6565
platform:
6666
- ubuntu-latest
6767
# - macos-latest

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Changed
2727
-------
2828

2929
- Fix description ``setup.cfg``.
30+
- Test ``py3.10`` through ``py3.14``.
3031

3132
`1.0.1`_ 2024-11-22
3233
===================

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[metadata]
77
name = pyscaffoldext-pre-commit-ruff
8-
description = PyScaffold extension to us Ruff with pre-commit.
8+
description = PyScaffold extension to use Ruff with pre-commit.
99
author = John D. Fisher
1010
author_email = jdfenw@gmail.com
1111
license = MIT

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
[tox]
55
env_list =
6-
3.9
7-
3.12
6+
3.10
87
3.13
8+
3.14
99
minversion = 4.23.2
1010

1111
[testenv]

0 commit comments

Comments
 (0)