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

Add Python 3.12 support #351

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Add Python 3.12 support #351

merged 1 commit into from
Apr 9, 2024

Conversation

fealho
Copy link
Member

@fealho fealho commented Apr 4, 2024

CU-86ayu7163, Resolve #324.

@sdv-team
Copy link
Contributor

sdv-team commented Apr 4, 2024

@fealho fealho force-pushed the issue-324-py12 branch 2 times, most recently from b8cacc2 to bdc261c Compare April 5, 2024 16:59
@fealho fealho marked this pull request as ready for review April 5, 2024 20:26
@fealho fealho requested a review from a team as a code owner April 5, 2024 20:26
@fealho fealho requested review from amontanez24 and pvk-developer and removed request for a team April 5, 2024 20:26
Comment on lines 1 to 5
[tox]
envlist = py39-lint, py3{8,9,10,11}-{unit,integration,readme}
envlist = py39-lint, py3{8,9,10,11,12}-{unit,integration,readme}

[testenv]
skipsdist = false
Copy link
Member

Choose a reason for hiding this comment

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

Do we even use tox.ini anymore ? If not I think we can remove it

Copy link
Member Author

Choose a reason for hiding this comment

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

The makefile commands clean-test and test-all use tox.

@@ -57,7 +57,7 @@ def _get_minimum_versions(dependencies, python_version):
for dependency in dependencies:
if '@' in dependency:
name, url = dependency.split(' @ ')
min_versions[name] = f'{name} @ {url}'
min_versions[name] = f'{url}#egg={name}'
Copy link
Contributor

Choose a reason for hiding this comment

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

@R-Palazzo Is there anything else that should be done here?

Copy link
Contributor

Choose a reason for hiding this comment

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

I also updated the test here:

'pandas @ git+https://github.com/pandas-dev/pandas.git@master#egg=pandas'

In this PR:
#356

@fealho fealho requested a review from amontanez24 April 9, 2024 16:24
@fealho fealho merged commit 7aa6e94 into main Apr 9, 2024
56 checks passed
@fealho fealho deleted the issue-324-py12 branch April 9, 2024 16:45
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.

Support Python 3.12
5 participants