Skip to content

Commit 8faad27

Browse files
LeonardHdCopilot
andauthored
chore: update pyproject.toml (#152)
* chore: update pyproject.toml Updates the metdata in pyproject.toml and lifts the upper version bound. Adds the latest python major release to e2e testing. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f5b4094 commit 8faad27

File tree

4 files changed

+96
-74
lines changed

4 files changed

+96
-74
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ jobs:
8888
strategy:
8989
matrix:
9090
os: ['ubuntu-latest', 'windows-latest']
91-
python-version: ['3.9', '3.10', '3.11']
91+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.x']
9292
dotnet-version: ['8.0.x']
93-
# test either wheel or source distribution
9493
dist: [whl, sdist]
9594
uses: ./.github/workflows/e2e.yml
9695
with:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
A stand-alone test framework that allows to write unit tests for Data Factory pipelines on [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/data-factory/), [Azure Data Factory](https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities?tabs=data-factory) and [Azure Synapse Analytics](https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities?tabs=data-factory).
44

5-
> The framework is currently in _Public Preview_ and is not officially supported by Microsoft.
5+
> The framework is community supported only, hence there's no official Microsoft SLA for features or bug fixes.
6+
> Please file an issue for bugs or feature requests. The framework is open source and contributions are welcome!
67
78
## Features :star:
89

0 commit comments

Comments
 (0)