Skip to content

Commit 833782f

Browse files
authored
CircleCI: Test on Python 3.11
1 parent ccef488 commit 833782f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
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.10
15+
- image: circleci/python:3.11
1616
steps:
1717
- checkout
1818
- run: sudo pip install black codespell flake8
@@ -25,9 +25,9 @@ jobs:
2525
- run: black . --check
2626

2727

28-
Python3:
28+
Python:
2929
docker:
30-
- image: circleci/python:3.10
30+
- image: circleci/python:3.11
3131
steps: *build_and_test_steps
3232

3333

@@ -36,4 +36,4 @@ workflows:
3636
build:
3737
jobs:
3838
- StyleCheck
39-
- Python3
39+
- Python

0 commit comments

Comments
 (0)