Skip to content

Commit b8d6e80

Browse files
committed
CI: Use Python 3.14 across the board
1 parent 5df8e20 commit b8d6e80

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ["ubuntu-latest"]
26-
python-version: ["3.8", "3.13"]
26+
python-version: ["3.8", "3.14"]
2727

2828
env:
2929
OS: ${{ matrix.os }}

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ in progress
77
===========
88
- Dependencies: Updated to ``responder 3.0.0``
99
- Dependencies: Updated to ``docopt-ng``
10-
- Verified support for Python 3.13
10+
- Verified support for Python 3.13 and 3.14
1111

1212
2024-05-10 0.7.1
1313
================

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
"License :: OSI Approved :: MIT License",
2223
"Development Status :: 4 - Beta",
2324
"Environment :: Console",

0 commit comments

Comments
 (0)