Skip to content

Commit 80e9fa2

Browse files
authored
ci,pkg: Python 3.13 support (#477)
Added Python 3.13 to trove classifiers and CI
2 parents eafd085 + 5193a27 commit 80e9fa2

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)