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 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- python-version : ['3.11 ']
13
+ python-version : ['3.13 ']
14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Filter changed file paths to outputs
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
- python-version : ['3.9', '3.12 ']
19
+ python-version : ['3.9', '3.13 ']
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- name : Install poetry
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ $ pip install --user --upgrade --pre libvcs
17
17
18
18
### New features
19
19
20
+ #### Python 3.13 support (#477 )
21
+
22
+ Added Python 3.13 to package trove classifiers and CI tests.
23
+
20
24
#### pytest plugin: Authorship fixtures (#476 )
21
25
22
26
- 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 = [
36
36
" Programming Language :: Python :: 3.10" ,
37
37
" Programming Language :: Python :: 3.11" ,
38
38
" Programming Language :: Python :: 3.12" ,
39
+ " Programming Language :: Python :: 3.13" ,
39
40
" Programming Language :: Python :: Implementation :: PyPy" ,
40
41
" Topic :: Utilities" ,
41
42
" Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments