File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
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.11 ']
13+ python-version : ['3.13 ']
1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Filter changed file paths to outputs
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- python-version : ['3.9', '3.12 ']
19+ python-version : ['3.9', '3.13 ']
2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Install poetry
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ $ pip install --user --upgrade --pre libvcs
1717
1818### New features
1919
20+ #### Python 3.13 support (#477 )
21+
22+ Added Python 3.13 to package trove classifiers and CI tests.
23+
2024#### pytest plugin: Authorship fixtures (#476 )
2125
2226- New, customizable session-scoped fixtures for default committer on Mercurial and Git:
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ classifiers = [
3636 " Programming Language :: Python :: 3.10" ,
3737 " Programming Language :: Python :: 3.11" ,
3838 " Programming Language :: Python :: 3.12" ,
39+ " Programming Language :: Python :: 3.13" ,
3940 " Programming Language :: Python :: Implementation :: PyPy" ,
4041 " Topic :: Utilities" ,
4142 " Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments