Skip to content

Commit

Permalink
Support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 28, 2024
1 parent cc033dd commit ae6c085
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- image: python:3.11-slim
<<: *test-template

py312:
docker:
- image: python:3.12-slim
<<: *test-template

# package-and-publish:
# machine: true
# working_directory: ~/imgp
Expand Down Expand Up @@ -64,6 +69,7 @@ workflows:
- py39
- py310
- py311
- py312

nightly:
triggers:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def get_dist(pkgname):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Utilities'
]
)

0 comments on commit ae6c085

Please sign in to comment.