Skip to content

Commit 956926b

Browse files
committed
update CI configuration
1 parent 31726ea commit 956926b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.0
33
jobs:
44
build:
55
docker:
6-
- image: cimg/python:3.10-browsers
6+
- image: cimg/python:3.12-browsers
77
steps:
88
- run: sudo apt update && sudo apt-get install pylint
99
- checkout

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
build:
99
runs-on: ubuntu-20.04
1010
steps:
11-
- uses: actions/setup-python@v4
11+
- uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.10"
13+
python-version: "3.12"
1414
- name: Setup build tools
1515
run: |
1616
sudo apt-get install pylint
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: testspace-com/setup-testspace@v1
1919
with:
2020
domain: samples

0 commit comments

Comments
 (0)