From 42a7865a34603012f6e3623958b3a0a07ca604e2 Mon Sep 17 00:00:00 2001 From: Marina Galvagni Date: Thu, 5 Oct 2023 09:00:38 -0400 Subject: [PATCH] Change python support version --- .github/workflows/ci_cd.yml | 4 ++-- .github/workflows/nightly.yml | 4 ++-- README.rst | 2 +- doc/source/gettingstarted/index.rst | 4 ++-- pyproject.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index aef5cd893..e31ce7897 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -51,7 +51,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11', '3.12'] should-release: - ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }} exclude: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.9', '3.10', '3.11', '3.12' ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index dd4a12e1f..366916935 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: [ '3.9', '3.10', '3.11', '3.12'] steps: - name: Build wheelhouse and perform smoke test uses: ansys/actions/build-wheelhouse@v4 @@ -47,7 +47,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.9', '3.10', '3.11', '3.12' ] steps: - uses: actions/checkout@v4 diff --git a/README.rst b/README.rst index e7b8b2891..1e171c308 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ To reach the project support team, email `pyansys.core@ansys.com `_. diff --git a/doc/source/gettingstarted/index.rst b/doc/source/gettingstarted/index.rst index da729b992..c6a1fb1aa 100755 --- a/doc/source/gettingstarted/index.rst +++ b/doc/source/gettingstarted/index.rst @@ -11,8 +11,8 @@ To get a copy of Ansys, visit the `Ansys `_ website. Installation ~~~~~~~~~~~~ -The ``ansys-dynamicreporting-core`` package currently supports Python 3.8 -through Python 3.11 on Windows and Linux. +The ``ansys-dynamicreporting-core`` package currently supports Python 3.9 +through Python 3.12 on Windows and Linux. To install the latest package from GitHub, run this command: diff --git a/pyproject.toml b/pyproject.toml index 233dfe04a..22d68c010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,10 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Natural Language :: English", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [