Pārlūkot izejas kodu

Update config.yml

Alex Cheema 1 gadu atpakaļ
vecāks
revīzija
21b0bf8777
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -7,7 +7,7 @@ jobs:
   test-python:
     # Install dependencies and run tests
     docker:
-      - image: cimg/python:3.8-node
+      - image: cimg/python:3.12-node
     steps:
       - checkout
       - python/install-packages:
@@ -20,7 +20,7 @@ jobs:
   build-package:
     # build python package
     docker:
-      - image: cimg/python:3.8-node
+      - image: cimg/python:3.12-node
     steps:
       - checkout
       - run: