Skip to content

Commit

Permalink
.circleci: update to new image
Browse files Browse the repository at this point in the history
This should also serve as a test that the CI pipeline is working and
whether I have permissions.
  • Loading branch information
kevinburke committed Dec 2, 2021
1 parent 6cd704d commit 3f37a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defaults: &defaults
HYPOTHESIS_PROFILE: ci
NODE_ENV: test
docker:
- image: circleci/python:2-node-browsers
- image: cimg/python:3.10-browsers
version: 2
jobs:
upload-codeclimate:
Expand Down

0 comments on commit 3f37a27

Please sign in to comment.