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

Dropping Python 2.7 #122

Merged
merged 1 commit into from
Nov 18, 2023
Merged

Dropping Python 2.7 #122

merged 1 commit into from
Nov 18, 2023

Conversation

rayluo
Copy link
Contributor

@rayluo rayluo commented Nov 16, 2023

The existing test automation were failing due to the infrastructure already dropped Python 2.7 support.

@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, 2.7]
python-version: [3.7, 3.8, 3.9]

Choose a reason for hiding this comment

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

Don't you test py 3.10 & 3.11 (and 3.12 is coming)?

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 mean to have this PR contain minimal changes needed for dropping Python 2.7, so that your review will not be distracted.

There is already another pending PR that is to add py 3.10, 3.11, 3.12 testing.

setup.cfg Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@rayluo rayluo force-pushed the drop-py27 branch 2 times, most recently from a556bff to c682207 Compare November 16, 2023 04:00
@rayluo rayluo merged commit 97d44fa into dev Nov 18, 2023
11 checks passed
@rayluo rayluo deleted the drop-py27 branch November 18, 2023 07:24
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.

None yet

2 participants