Skip to content

Commit

Permalink
Add py311-core circleci task
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Feb 27, 2023
1 parent bed7d37 commit aed8223
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
- image: cimg/python:3.10
environment:
TOXENV: py310-core
py311-core:
<<: *common
docker:
- image: cimg/python:3.11
environment:
TOXENV: py311-core

pypy3-core:
<<: *common
docker:
Expand All @@ -88,4 +95,5 @@ workflows:
- py38-core
- py39-core
- py310-core
- py311-core
- pypy3-core

0 comments on commit aed8223

Please sign in to comment.