Skip to content

Commit 8395ace

Browse files
committed
Tested with Python 3.14
1 parent 4fe9f5a commit 8395ace

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "=3.9[build=*_pypy]"]
16+
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "=3.9[build=*_pypy]"]
1717

1818
name: Python ${{ matrix.python-version }}
1919
runs-on: ubuntu-latest

ANNOUNCE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ everything else. This is how it could be done:
3232

3333
WHAT'S NEW
3434

35+
Tested with Python 3.14.
36+
3537
Version 3.2.0.post1 (2024-07-11):
3638

3739
CI(GHActions): Switch to `setup-miniconda`.

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Version 3.2.0.post2 (2024-??-??):
22

33
CI(GHActions): Set ``bash`` as the default shell.
44

5-
CI(GHActions): Python 3.13.
5+
CI(GHActions): Python 3.13, 3.14.
66

77
Version 3.2.0.post1 (2024-07-11):
88

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
'Programming Language :: Python :: 3.11',
6161
'Programming Language :: Python :: 3.12',
6262
'Programming Language :: Python :: 3.13',
63+
'Programming Language :: Python :: 3.14',
6364
],
6465
packages=['mimedecode'],
6566
entry_points={

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.0
3-
envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3}
3+
envlist = py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3}
44

55
[testenv]
66
deps =

0 commit comments

Comments
 (0)