Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.13.0 #845

Merged
merged 2 commits into from
Nov 13, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: Install Boost
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
python-version: ["3.12"]
pyspark: ["3.5.3"]
delta-spark: ["3.0.0"]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
-Dsonar.organization=rtdip
-Dsonar.projectKey=rtdip_core
-Dsonar.python.coverage.reportPaths=coverage-reports/coverage-unittests.xml
-Dsoner.python.version=3.11
-Dsoner.python.version=3.12
-Dsonar.scm.revision=${{ inputs.HEAD_SHA }}
-Dsonar.pullrequest.key=${{ inputs.PR_NUMBER }}
-Dsonar.pullrequest.branch=${{ inputs.PR_HEAD_REF }}
Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
pyspark: ["3.3.0", "3.3.1", "3.3.2", "3.4.0", "3.4.1", "3.5.0", "3.5.1"]
exclude:
- pyspark: "3.5.1"
Expand All @@ -51,6 +51,16 @@ jobs:
python-version: "3.11"
- pyspark: "3.3.0"
python-version: "3.11"
- pyspark: "3.4.1"
python-version: "3.12"
- pyspark: "3.4.0"
python-version: "3.12"
- pyspark: "3.3.2"
python-version: "3.12"
- pyspark: "3.3.1"
python-version: "3.12"
- pyspark: "3.3.0"
python-version: "3.12"
include:
- pyspark: "3.3.0"
delta-spark: "2.2.0"
Expand Down Expand Up @@ -108,7 +118,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
python-version: ["3.12"]
pyspark: ["3.5.3"]
delta-spark: ["3.0.0"]
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To use RTDIP Pipelines components in your own environment that leverages [pyspar
- conda-forge
- defaults
dependencies:
- python==3.11
- python==3.12
- pip
- openjdk==11.0.15
- pip:
Expand Down Expand Up @@ -158,7 +158,7 @@ The following provides examples of how to install the RTDIP SDK package with Pip
- conda-forge
- defaults
dependencies:
- python==3.11
- python==3.12
- pip
- pip:
- rtdip-sdk
Expand All @@ -182,7 +182,7 @@ The following provides examples of how to install the RTDIP SDK package with Pip
- conda-forge
- defaults
dependencies:
- python==3.11
- python==3.12
- pip
- pip:
- rtdip-sdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Before you begin the course, ensure you obtain the following prerequisites(from your istructor or from your environment if you are doing this on your own):

## Development Environment
- Python >=3.9,<=3.11
- Python >=3.9,<=3.12
- An IDE such as Visual Studio Code or PyCharm
- Postman via the app, web browser or as an extension on Visual Studio Code

Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python>=3.9,<3.12
- python>=3.9,<3.13
- importlib-metadata>=7.0.0
- jinja2>=3.1.4
- pytest==7.4.0
Expand All @@ -35,7 +35,7 @@ dependencies:
- azure-keyvault-secrets>=4.7.0,<5.0.0
- azure-mgmt-storage>=21.0.0
- boto3>=1.28.2,<2.0.0
- pyodbc>=4.0.39,<5.0.0
- pyodbc>=4.0.39,<5.3.0
- fastapi>=0.110.0,<1.0.0
- httpx>=0.24.1,<1.0.0
- pyspark>=3.3.0,<3.6.0
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
project_urls={
"Issue Tracker": "https://github.com/rtdip/core/issues",
Expand All @@ -96,7 +97,7 @@
package_dir={"": "src/sdk/python"},
include_package_data=True,
packages=find_packages(where="src/sdk/python"),
python_requires=">=3.9, <3.12",
python_requires=">=3.9, <3.13",
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_DEPENDENCIES,
setup_requires=["pytest-runner", "setuptools_scm"],
Expand Down
Loading