Skip to content

Commit

Permalink
Tests,CI: Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Oct 18, 2023
1 parent 13963d1 commit f7b898f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7"]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7"]

name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions ANNOUNCE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ everything else. This is how it could be done:
mimedecode -t application/pdf -t application/postscript -t text/plain -b text/html -B 'image/*' -i '*/*'


Version 3.1.0.post7:

GHActions: Test with Python 3.12.

Version 3.1.0.post6 (2023-09-17)

GHActions: Ensure ``pip`` only if needed
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.1.0.post7:

GHActions: Test with Python 3.12.

Version 3.1.0.post5 (2023-07-07)

Install all Python and PyPy versions from ``conda-forge``.
Expand Down
1 change: 1 addition & 0 deletions devscripts/requirements/requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
setuptools
m_lib.full>=1.0.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
packages=['mimedecode'],
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py3{4,5,6,7,8,9,10,11},pypy,pypy3
envlist = py27,py3{4,5,6,7,8,9,10,11,12},pypy,pypy3

[testenv]
deps =
Expand Down

0 comments on commit f7b898f

Please sign in to comment.