Skip to content

Commit

Permalink
chore: Add python 3.12 support (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Nov 9, 2023
1 parent 67a4725 commit b5dca2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ workflows:
- test-linux:
name: Python 3.11
docker-image: python:3.11-slim
- test-linux:
name: Python 3.12
docker-image: python:3.12-slim
- test-windows:
name: Windows Python 3

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def run(self):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries',
],
Expand Down

0 comments on commit b5dca2e

Please sign in to comment.