From 505c5ceea5c32b84bef3e3968d9002d1b31582a5 Mon Sep 17 00:00:00 2001 From: Jaxc Date: Mon, 13 Jul 2026 15:36:21 +0200 Subject: [PATCH] Update CI Orbs --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 090853c..00aec7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,13 +1,13 @@ version: 2.1 orbs: - python: circleci/python@3.3.0 - codecov: codecov/codecov@5.4.3 + python: circleci/python@4.0.0 + codecov: codecov/codecov@6.0.0 jobs: build: docker: - - image: cimg/python:3.14.2 + - image: cimg/python:3.14.6 resource_class: small steps: