Skip to content

Commit b5dca2e

Browse files
authored
chore: Add python 3.12 support (#16)
1 parent 67a4725 commit b5dca2e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ workflows:
2222
- test-linux:
2323
name: Python 3.11
2424
docker-image: python:3.11-slim
25+
- test-linux:
26+
name: Python 3.12
27+
docker-image: python:3.12-slim
2528
- test-windows:
2629
name: Windows Python 3
2730

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def run(self):
5757
'Programming Language :: Python :: 3.8',
5858
'Programming Language :: Python :: 3.9',
5959
'Programming Language :: Python :: 3.10',
60+
'Programming Language :: Python :: 3.11',
61+
'Programming Language :: Python :: 3.12',
6062
'Topic :: Software Development',
6163
'Topic :: Software Development :: Libraries',
6264
],

0 commit comments

Comments
 (0)