Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

env:
DOCUMENTATION_CNAME: 'dynamicreporting.docs.pyansys.com'
MAIN_PYTHON_VERSION: '3.13'
MAIN_PYTHON_VERSION: '3.12'
PACKAGE_NAME: 'ansys-dynamicreporting-core'
PACKAGE_NAMESPACE: 'ansys.dynamicreporting.core'
ANSYS_VERSION: '261'
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.10', '3.11', '3.12' ]

steps:
- name: Checkout code
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

env:
DOCUMENTATION_CNAME: 'dynamicreporting.docs.pyansys.com'
MAIN_PYTHON_VERSION: '3.13'
MAIN_PYTHON_VERSION: '3.12'
PACKAGE_NAME: 'ansys-dynamicreporting-core'
PACKAGE_NAMESPACE: 'ansys.dynamicreporting.core'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
DOCUMENTATION_CNAME: 'dynamicreporting.docs.pyansys.com'
MAIN_PYTHON_VERSION: '3.13'
MAIN_PYTHON_VERSION: '3.12'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
MAIN_PYTHON_VERSION: '3.13'
MAIN_PYTHON_VERSION: '3.12'
PACKAGE_NAME: 'ansys-dynamicreporting-core'
PACKAGE_NAMESPACE: 'ansys.dynamicreporting.core'
ANSYS_VERSION: '261'
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.10', '3.11', '3.12' ]

steps:
- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_sbom.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Security Scan

env:
MAIN_PYTHON_VERSION: '3.13'
MAIN_PYTHON_VERSION: '3.12'
PACKAGE_NAME: 'ansys-dynamicreporting-core'

on:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To reach the project support team, email `pyansys.core@ansys.com <pyansys.core@a

Installation
------------
The ``pydynamicreporting`` package supports Python 3.10 through 3.13 on
The ``pydynamicreporting`` package supports Python 3.10 through 3.12 on
Windows and Linux. It is currently available on the PyPi
`repository <https://pypi.org/project/ansys-dynamicreporting-core/>`_.

Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers = [
]
description = "Python interface to Ansys Dynamic Reporting"
readme = "README.rst"
requires-python = ">=3.10"
requires-python = ">=3.10, <3.13"
keywords = ["dynamicreporting", "pydynamicreporting", "pyansys", "ansys"]
license = { text = "MIT" }
classifiers = [
Expand All @@ -23,7 +23,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
Expand All @@ -40,8 +39,7 @@ dependencies = [
"djangorestframework~=3.15",
"django-guardian~=2.4",
"tzlocal~=5.0",
'numpy>=1.23.5,<2; python_version < "3.13"',
'numpy>=2.1; python_version >= "3.13"',
"numpy>=1.23.5,<2",
"python-pptx>=1.0.2",
"pandas>=2.0",
"statsmodels>=0.14",
Expand Down
888 changes: 165 additions & 723 deletions uv.lock

Large diffs are not rendered by default.

Loading