Skip to content

Commit 0e501f3

Browse files
chore: Update examples (#141)
1 parent 9b07ba6 commit 0e501f3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/examples/using-test-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
usage:
66
version: 2.1
77
orbs:
8-
python: circleci/python@3.3.0
8+
python: circleci/python@4.0.0
99
workflows:
1010
main:
1111
jobs:

src/examples/work-with-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
usage:
44
version: 2.1
55
orbs:
6-
python: circleci/python@3.3.0
6+
python: circleci/python@4.0.0
77
workflows:
88
main:
99
jobs:

src/examples/work-with-pipenv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
usage:
44
version: 2.1
55
orbs:
6-
python: circleci/python@3.3.0
6+
python: circleci/python@4.0.0
77
workflows:
88
main:
99
jobs:

src/examples/work-with-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
usage:
44
version: 2.1
55
orbs:
6-
python: circleci/python@3.3.0
6+
python: circleci/python@4.0.0
77
workflows:
88
main:
99
jobs:

src/examples/work-with-uv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
usage:
44
version: 2.1
55
orbs:
6-
python: circleci/python@3.3.0
6+
python: circleci/python@4.0.0
77
workflows:
88
main:
99
jobs:

0 commit comments

Comments
 (0)