Skip to content

Conversation

@jmao-denver
Copy link
Contributor

@jmao-denver jmao-denver commented Nov 11, 2025

This is to reflect that we no longer build distributions for these versions going forward, so no new bug fixes/features will be available for them. That said, if needed, users most likely should be able to port these changes themselves if the bug fixes or new features are not tied to newer versions of Python.

Fixes #213

@jmao-denver
Copy link
Contributor Author

jmao-denver commented Nov 11, 2025

@rcaudy We want you to be aware of this change since it potentially impacts the scope of the maintenance of the product, and give you a chance to raise any objection to it.

cpwright
cpwright previously approved these changes Nov 11, 2025
@jmao-denver jmao-denver marked this pull request as draft November 11, 2025 18:24
@jmao-denver jmao-denver changed the title Remove 3.6,3.7,3.8 from project's metadata Remove 3.6, 3.7, 3.8 from project's metadata and related dead code in the code base Nov 11, 2025
#define JPY_COMPAT_33P 1
#if PY_MINOR_VERSION >= 5
#define JPY_COMPAT_35P 1
#if PY_MAJOR_VERSION < 3 || PY_MINOR_VERSION < 9
Copy link
Member

Choose a reason for hiding this comment

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

Is this precise enough? I'm assuming we should say we only support 3.x, and not a theoretical 4.x.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wouldn’t be concerned about Python 4. Not only is it unlikely to arrive anytime soon—if ever—but the Python core developers have made it clear they’ve learned from the painful transition between Python 2 and 3. If a Python 4 does eventually happen, preserving backward compatibility will be a top priority. The evolution from Python 3 onward is designed to be gradual, stable, and minimally disruptive.

@jmao-denver jmao-denver marked this pull request as ready for review November 12, 2025 16:54
@jmao-denver jmao-denver merged commit 26a6749 into jpy-consortium:master Nov 12, 2025
67 checks passed
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.

Change meta data to drop 3.6, 3.7, and 3.8 from the project programming language classifier.

3 participants