From 46ff1a998ec2dfabd8f68fb8258e4a04462b1a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20L=C3=A1t?= Date: Thu, 12 Oct 2023 12:50:06 +0200 Subject: [PATCH] Add support for Python 3.12 --- .circleci/config.yml | 2 +- .idea/runConfigurations/Integration_tests.xml | 1 + .idea/runConfigurations/verify_all.xml | 3 ++- pyproject.toml | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 59ac884..b354e0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -146,7 +146,7 @@ workflows: context: << pipeline.parameters.project_name >> matrix: parameters: - python_version: [ "3.8", "3.9", "3.10", "3.11" ] + python_version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] - build: name: Build requires: diff --git a/.idea/runConfigurations/Integration_tests.xml b/.idea/runConfigurations/Integration_tests.xml index fcf2bd0..eefe5ca 100644 --- a/.idea/runConfigurations/Integration_tests.xml +++ b/.idea/runConfigurations/Integration_tests.xml @@ -4,6 +4,7 @@