Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,118 +119,118 @@ jobs:
docs:
<<: *docs
docker:
- image: cimg/python:3.10
- image: cimg/python:3.14
environment:
TOXENV: docs

py38-core:
<<: *common
docker:
- image: cimg/python:3.8
- image: cimg/python:3.14
environment:
TOXENV: py38-core
py39-core:
<<: *common
docker:
- image: cimg/python:3.9
- image: cimg/python:3.14
environment:
TOXENV: py39-core
py310-core:
<<: *common
docker:
- image: cimg/python:3.10
- image: cimg/python:3.14
environment:
TOXENV: py310-core
py311-core:
<<: *common
docker:
- image: cimg/python:3.11
- image: cimg/python:3.14
environment:
TOXENV: py311-core
py312-core:
<<: *common
docker:
- image: cimg/python:3.12
- image: cimg/python:3.14
environment:
TOXENV: py312-core
py313-core:
<<: *common
docker:
- image: cimg/python:3.13
- image: cimg/python:3.14
environment:
TOXENV: py313-core

py38-lint:
<<: *common
docker:
- image: cimg/python:3.8
- image: cimg/python:3.14
environment:
TOXENV: py38-lint
py39-lint:
<<: *common
docker:
- image: cimg/python:3.9
- image: cimg/python:3.14
environment:
TOXENV: py39-lint
py310-lint:
<<: *common
docker:
- image: cimg/python:3.10
- image: cimg/python:3.14
environment:
TOXENV: py310-lint
py311-lint:
<<: *common
docker:
- image: cimg/python:3.11
- image: cimg/python:3.14
environment:
TOXENV: py311-lint
py312-lint:
<<: *common
docker:
- image: cimg/python:3.12
- image: cimg/python:3.14
environment:
TOXENV: py312-lint
py313-lint:
<<: *common
docker:
- image: cimg/python:3.13
- image: cimg/python:3.14
environment:
TOXENV: py313-lint

py38-wheel:
<<: *common
docker:
- image: cimg/python:3.8
- image: cimg/python:3.14
environment:
TOXENV: py38-wheel
py39-wheel:
<<: *common
docker:
- image: cimg/python:3.9
- image: cimg/python:3.14
environment:
TOXENV: py39-wheel
py310-wheel:
<<: *common
docker:
- image: cimg/python:3.10
- image: cimg/python:3.14
environment:
TOXENV: py310-wheel
py311-wheel:
<<: *common
docker:
- image: cimg/python:3.11
- image: cimg/python:3.14
environment:
TOXENV: py311-wheel
py312-wheel:
<<: *common
docker:
- image: cimg/python:3.12
- image: cimg/python:3.14
environment:
TOXENV: py312-wheel
py313-wheel:
<<: *common
docker:
- image: cimg/python:3.13
- image: cimg/python:3.14
environment:
TOXENV: py313-wheel

Expand Down