Skip to content

Commit ecdd6f1

Browse files
committed
Add support for Python 3.14
1 parent 8687a5f commit ecdd6f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Run the test suite
1313
strategy:
1414
matrix:
15-
python-version: ["3.10", 3.13] # no particular need for in-between versions
15+
python-version: ["3.10", 3.14] # no particular need for in-between versions
1616
runs-on: [macos-latest, ubuntu-latest]
1717
runs-on: ${{ matrix.runs-on }}
1818
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"Programming Language :: Python :: 3.11",
5353
"Programming Language :: Python :: 3.12",
5454
"Programming Language :: Python :: 3.13",
55+
"Programming Language :: Python :: 3.14",
5556
"Topic :: Software Development :: Version Control",
5657
"Topic :: Software Development :: Version Control :: Git",
5758
],

0 commit comments

Comments
 (0)