We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31726ea commit 956926bCopy full SHA for 956926b
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.0
3
jobs:
4
build:
5
docker:
6
- - image: cimg/python:3.10-browsers
+ - image: cimg/python:3.12-browsers
7
steps:
8
- run: sudo apt update && sudo apt-get install pylint
9
- checkout
.github/workflows/ci.yml
@@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-20.04
10
11
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
12
with:
13
- python-version: "3.10"
+ python-version: "3.12"
14
- name: Setup build tools
15
run: |
16
sudo apt-get install pylint
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- uses: testspace-com/setup-testspace@v1
19
20
domain: samples
0 commit comments