Skip to content

Commit 96c452d

Browse files
committed
ci: Test on Python 3.12
1 parent 6781d8b commit 96c452d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [macos-latest, windows-latest, ubuntu-latest]
10-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.7]
11-
exclude:
12-
- os: windows-latest
13-
python-version: pypy-3.7
10+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.9]
1411
steps:
1512
- uses: actions/checkout@v3
1613
- uses: actions/setup-python@v4

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Unreleased
2+
----------
3+
4+
* Add Python 3.12 support.
5+
* Drop Python 3.7 support (end-of-life was June 27, 2023).
6+
17
0.1.1 - October 4, 2023
28
-----------------------
39

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
'Natural Language :: English',
2222
'Operating System :: OS Independent',
2323
'Programming Language :: Python',
24-
'Programming Language :: Python :: 3.7',
2524
'Programming Language :: Python :: 3.8',
2625
'Programming Language :: Python :: 3.9',
2726
'Programming Language :: Python :: 3.10',
2827
'Programming Language :: Python :: 3.11',
28+
'Programming Language :: Python :: 3.12',
2929
'Programming Language :: Python :: Implementation :: CPython',
3030
'Programming Language :: Python :: Implementation :: PyPy',
3131
'Topic :: Multimedia :: Graphics',

0 commit comments

Comments
 (0)