aws-deadline / deadline-cloud-worker-agent

The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet.
Apache License 2.0
15 stars 21 forks source link

chore!: Remove offical support for python 3.13 #480

Open amarsjac opened 6 days ago

amarsjac commented 6 days ago

What was the problem/requirement? (What/Why)

Dependencies required for the project do not exist for python 3.13

What was the solution? (How)

put in version cap into pyproject.toml file to prevent pip installing on python 3.13

What is the impact of this change?

Users will no longer be able to pip install the library if python version is >=3.13

How was this change tested?

hatch build

Was this change documented?

no

Is this a breaking change?

Yes , prevents python 3.13 from pip installing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sonarcloud[bot] commented 6 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud