Skip to content

Commit 61b8299

Browse files
committed
Bump CI vers
1 parent 010e56f commit 61b8299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
version: 2.1
44

55
orbs:
6-
python: circleci/python@1.5.0
6+
python: circleci/python@2.1.1
77

88
jobs:
99
test:
1010
docker:
11-
- image: cimg/python:3.10.2
11+
- image: cimg/python:3.10.11
1212
steps:
1313
- checkout
1414
- python/install-packages:
@@ -18,7 +18,7 @@ jobs:
1818
command: poetry run python -m pytest ./tests -svvvv
1919
build-and-publish:
2020
docker:
21-
- image: cimg/python:3.10.2
21+
- image: cimg/python:3.10.11
2222
steps:
2323
- checkout
2424
- python/install-packages:

0 commit comments

Comments
 (0)