Skip to content

Commit f023de4

Browse files
authored
CircleCI: Upgrade to Python 3.10
1 parent f7cac8e commit f023de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build_and_test: &build_and_test_steps
1212
jobs:
1313
StyleCheck:
1414
docker:
15-
- image: circleci/python:3.9
15+
- image: circleci/python:3.10
1616
steps:
1717
- checkout
1818
- run: sudo pip install black codespell flake8

0 commit comments

Comments
 (0)