Skip to content

Commit 9e30387

Browse files
authored
Update config.yml
1 parent 4cad96f commit 9e30387

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: ~/.local/bin/nox
1717
test39:
1818
docker:
19-
- image: circleci/python:3.9
19+
- image: circleci/python:3.9.1
2020
steps:
2121
- checkout
2222
- run: pip install --user nox
@@ -26,6 +26,4 @@ workflows:
2626
version: 2
2727
build_and_test:
2828
jobs:
29-
- test37
30-
- test38
3129
- test39

0 commit comments

Comments
 (0)