We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8687a5f commit ecdd6f1Copy full SHA for ecdd6f1
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Run the test suite
13
strategy:
14
matrix:
15
- python-version: ["3.10", 3.13] # no particular need for in-between versions
+ python-version: ["3.10", 3.14] # no particular need for in-between versions
16
runs-on: [macos-latest, ubuntu-latest]
17
runs-on: ${{ matrix.runs-on }}
18
steps:
setup.py
@@ -52,6 +52,7 @@
52
"Programming Language :: Python :: 3.11",
53
"Programming Language :: Python :: 3.12",
54
"Programming Language :: Python :: 3.13",
55
+ "Programming Language :: Python :: 3.14",
56
"Topic :: Software Development :: Version Control",
57
"Topic :: Software Development :: Version Control :: Git",
58
],
0 commit comments