Skip to content

Commit eeec421

Browse files
authored
Pin python 3.8 and 3.9 at patch level (#1024)
Signed-off-by: Chris Marchbanks <[email protected]>
1 parent 7bc8cdd commit eeec421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ workflows:
7575
matrix:
7676
parameters:
7777
python:
78-
- "3.8"
79-
- "3.9"
78+
- "3.8.18"
79+
- "3.9.18"
8080
- "3.10"
8181
- "3.11"
8282
- "3.12"

0 commit comments

Comments
 (0)