diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index aef5cd89..e31ce789 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 dd4a12e1..36691693 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 e7b8b289..1e171c30 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 da729b99..c6a1fb1a 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 233dfe04..22d68c01 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 = [