From 6310259ab613be1315ad6554ec98c8ee2e27a9e8 Mon Sep 17 00:00:00 2001 From: Sam Andrello Date: Sat, 13 Jan 2024 12:47:10 -0500 Subject: [PATCH] python 3.12 config updates --- .github/workflows/build.yaml | 2 +- .travis.yml | 2 ++ CHANGELOG.md | 2 +- conda-recipe/conda_build_config.yaml | 1 + setup.py | 1 + 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e25c6b15..82adbdc8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} diff --git a/.travis.yml b/.travis.yml index b8b250d2..d5979526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ env: - MYUSEMC=true MYPYTHON_VERSION=3.8 - MYUSEMC=true MYPYTHON_VERSION=3.9 - MYUSEMC=true MYPYTHON_VERSION=3.10 + - MYUSEMC=true MYPYTHON_VERSION=3.11 + - MYUSEMC=true MYPYTHON_VERSION=3.12 - MYUSEMC=false matrix: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3198aae6..b77944e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ No notable functional changes from 1.4.1 ### Added -- Support for Python 3.11 +- Support for Python 3.11, 3.12 ### Changed diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index e77e6815..4244b05c 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -1,4 +1,5 @@ python: + - 3.12 - 3.11 - 3.10 - 3.9 diff --git a/setup.py b/setup.py index 22c793a8..bb6bb72a 100755 --- a/setup.py +++ b/setup.py @@ -244,6 +244,7 @@ def get_gsl_config_win(): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering :: Chemistry', 'Topic :: Scientific/Engineering :: Physics', ],