Skip to content

Commit 1b30ecf

Browse files
authored
Merge pull request #220 from cclauss/patch-4
Upgrade CircleCI Python orb to version v4.0.0
2 parents 737ae36 + 501a709 commit 1b30ecf

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
@@ -2,13 +2,13 @@
22

33
version: '2.1'
44
orbs:
5-
python: circleci/python@3.3.0
5+
python: circleci/python@4.0.0
66

77
jobs:
88
pre-commit:
99
executor:
1010
name: python/default
11-
tag: "3.14"
11+
# tag: "3.14"
1212
steps:
1313
- checkout
1414
- python/install-packages:
@@ -20,7 +20,7 @@ jobs:
2020
pytest:
2121
executor:
2222
name: python/default
23-
tag: "3.14"
23+
# tag: "3.14"
2424
steps:
2525
- checkout
2626
- python/install-packages:

0 commit comments

Comments
 (0)