Skip to content

Commit ab5b574

Browse files
Regression fix for Circle-CI missing python3.11+
1 parent e25b751 commit ab5b574

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
- image: circleci/python:3.8
77
- image: circleci/python:3.9
88
- image: circleci/python:3.10
9-
- image: circleci/python:3.11
10-
- image: circleci/python:3.12
119
environment:
1210
CI: cicleci
1311
DEBIAN_FRONTEND: noninteractive
@@ -48,8 +46,6 @@ jobs:
4846
- image: circleci/python:3.8
4947
- image: circleci/python:3.9
5048
- image: circleci/python:3.10
51-
- image: circleci/python:3.11
52-
- image: circleci/python:3.12
5349
parallelism: 2
5450
environment:
5551
CI: cicleci
@@ -98,8 +94,6 @@ jobs:
9894
- image: circleci/python:3.8
9995
- image: circleci/python:3.9
10096
- image: circleci/python:3.10
101-
- image: circleci/python:3.11
102-
- image: circleci/python:3.12
10397
parallelism: 2
10498
environment:
10599
CI: cicleci

0 commit comments

Comments
 (0)