File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : ['3.13 ']
13+ python-version : ['3.14 ']
1414 steps :
1515 - uses : actions/checkout@v4
1616
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : ['3.9', '3.13 ']
12+ python-version : ['3.9', '3.14 ']
1313 steps :
1414 - uses : actions/checkout@v4
1515
5656
5757 strategy :
5858 matrix :
59- python-version : ['3.13 ']
59+ python-version : ['3.14 ']
6060
6161 steps :
6262 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2121
2222<!-- Maintainers, insert changes / features for the next release here -->
2323
24+ ### Development
25+
26+ - Add Python 3.14 to test matrix, trove classifiers (#469 )
27+
2428## vcspull v1.35.0 (2025-09-04)
2529
2630### Development
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ classifiers = [
2121 " Programming Language :: Python :: 3.11" ,
2222 " Programming Language :: Python :: 3.12" ,
2323 " Programming Language :: Python :: 3.13" ,
24+ " Programming Language :: Python :: 3.14" ,
2425 " Topic :: Utilities" ,
2526 " Topic :: System :: Shells" ,
2627]
You can’t perform that action at this time.
0 commit comments