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

Makefile: Add Python 3.11 #876

Merged
merged 3 commits into from
Nov 23, 2022
Merged

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Nov 15, 2022

https://docs.python.org/3.11/whatsnew/3.11.html

Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite.

@mattgodbolt
Copy link
Member

Thanks. Speed is hardly a concern of ours here; compatibility is. But this looks OK if the build is green.

@mattgodbolt mattgodbolt merged commit 77b87ce into compiler-explorer:main Nov 23, 2022
@@ -13,7 +13,7 @@ def __str__(self) -> str:


class VersionSource(Enum):
value: Tuple[int, str]
value: Tuple[int, str] # type: ignore[assignment]
Copy link
Member

Choose a reason for hiding this comment

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

I missed this in my review - what is this all about?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@cclauss cclauss deleted the patch-1 branch November 23, 2022 21:30
mattgodbolt pushed a commit that referenced this pull request Dec 19, 2022
* Makefile: Add Python 3.11

https://docs.python.org/3.11/whatsnew/3.11.html

* Update python-tests.yaml

* Update releases.py
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