From 37bf1322070138dc24b6a165010507558efe43d5 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Tue, 8 Oct 2024 15:50:30 -0500 Subject: [PATCH] ENV expand to Py3.12 now --- .github/workflows/code.yml | 2 +- env.yml | 2 +- pyproject.toml | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 7649d0f..0c015dd 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -50,7 +50,7 @@ jobs: strategy: matrix: python-version: - # - "3.12" # not yet + - "3.12" # not yet - "3.11" - "3.10" - "3.9" diff --git a/env.yml b/env.yml index 6436fec..2935119 100644 --- a/env.yml +++ b/env.yml @@ -9,7 +9,7 @@ channels: dependencies: - libopenblas - matplotlib - - python >=3.9,<3.12 + - python >=3.9 - pip - pyqt =5 - pyRestTable diff --git a/pyproject.toml b/pyproject.toml index 8fe5186..f0fcd48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,6 @@ classifiers = [ "License :: Freely Distributable", "License :: Public Domain", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Astronomy",