Skip to content

Commit

Permalink
Test on python 3.12 (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos authored Feb 28, 2024
1 parent af3db1b commit 56e240d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ workflows:
- unit-test:
matrix:
parameters:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
- integration-test:
matrix:
parameters:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
- docset

jobs:
Expand Down

1 comment on commit 56e240d

@jani05-67S
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hahaahahahahahahahahah

Please sign in to comment.