Răsfoiți Sursa

Update config.yml

Alex Cheema 1 an în urmă
părinte
comite
21b0bf8777
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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: