Skip to content

Commit 773be63

Browse files
committed
Verify support for Python 3.13
1 parent e70c354 commit 773be63

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
14-
python-version: ['3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1516
steps:
1617
- uses: actions/checkout@v3
1718
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ UNRELEASED
1111
Added
1212
-----
1313

14-
* Support for Python 3.12
14+
* Support for Python 3.12 and 3.13.
1515
* Compatibility with junit-xml >= 2.0.
1616

1717
Removed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'Programming Language :: Python :: 3.10',
3333
'Programming Language :: Python :: 3.11',
3434
'Programming Language :: Python :: 3.12',
35+
'Programming Language :: Python :: 3.13',
3536
],
3637
entry_points={
3738
'console_scripts': [

0 commit comments

Comments
 (0)