From fd8ce1fef777bb878b2c5c6ffc0c01806ba3f110 Mon Sep 17 00:00:00 2001 From: Ollie Copping Date: Thu, 14 Mar 2024 10:37:36 +0000 Subject: [PATCH] Added Python 3.12 to CI matrix --- .github/workflows/code.yml | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index a0b76fb9..e56314c9 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] # can add windows-latest, macos-latest - python: ["3.11"] + python: ["3.11", "3.12"] install: ["-e .[dev]"] # Make one version be non-editable to test both paths of version code include: @@ -180,7 +180,7 @@ jobs: - name: Push cached image to container registry if: github.ref_type == 'tag' # || github.ref_name == 'main' uses: docker/build-push-action@v5 - # This does not build the image again, it will find the image in the + # This does not build the image again, it will find the image in the # Docker cache and publish it with: # Note build-args, context, file, and target must all match between this diff --git a/pyproject.toml b/pyproject.toml index 8c2ae043..c31fd20b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] description = "Control system agnostic framework for building Device support in Python that will work for both EPICS and Tango" dependencies = [