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

chore(symphony-sdk): Update to Python 3.12 #129

Closed
wants to merge 3 commits into from

Conversation

PierrickV
Copy link

@PierrickV PierrickV commented Aug 23, 2024

  • python 3.12
  • bump sdk version to 1.14.0

Copy link

github-actions bot commented Aug 23, 2024

Test Results

176 tests  ±0   174 ✅ +23   1m 16s ⏱️ -8s
  1 suites ±0     1 💤 ± 0 
  1 files   ±0     1 ❌  -  4 

For more details on these failures, see this check.

Results for commit f87a170. ± Comparison against base commit 326d421.

♻️ This comment has been updated with latest results.

@PierrickV PierrickV requested review from gaelmuller, Darkheir, otetard and a team August 23, 2024 13:14
Copy link
Contributor

@otetard otetard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also update GitHub Actions workflows to test the SDK with several versions of Python (3.10, 3.11 and 3.12).

pyproject.toml Outdated
@@ -29,7 +29,7 @@ classifiers = [
sekoia-automation = 'sekoia_automation.cli:app'

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.11,<3.13"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO, we should keep support for 3.10. We still have some modules that are using Python 3.10:

https://github.com/SEKOIA-IO/automation-library/blob/4ffe20a746002ce7007a2ed962c7aa3c87293921/Nybble/Dockerfile#L1

@otetard
Copy link
Contributor

otetard commented Sep 29, 2024

Closing this PR since #137 was merged.

@otetard otetard closed this Sep 29, 2024
@otetard otetard deleted the automation-sdk-python-312 branch September 29, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants