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

Drop support for Python 3.6 and 3.7 #884

Merged
merged 1 commit into from
Dec 6, 2022
Merged

Drop support for Python 3.6 and 3.7 #884

merged 1 commit into from
Dec 6, 2022

Conversation

hnformentin
Copy link
Contributor

@hnformentin hnformentin commented Dec 5, 2022

Issue
Resolves #883

Approach
Remove code referring to python 3.6 and 3.7.

@ertomatic
Copy link
Collaborator

Can one of the admins verify this patch?

@hnformentin hnformentin force-pushed the drop_36_37 branch 3 times, most recently from 154a342 to f9e1f1a Compare December 5, 2022 11:51
@lars-petter-hauge
Copy link
Contributor

jenkins test this please

@sondreso
Copy link
Contributor

sondreso commented Dec 5, 2022

Jenkins add to whitelist

@@ -10819,7 +10819,7 @@ namespace Catch {

// 32kb for the alternate stack seems to be sufficient. However, this value
// is experimentally determined, so that's not guaranteed.
static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;
static constexpr std::size_t sigStackSize = 32768;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fix to test failing:
error: call to non-‘constexpr’ function ‘long int sysconf(int)’

@hnformentin
Copy link
Contributor Author

The failing tests are not required and were failing on previous PRs as well. Will try to investigate...

@hnformentin hnformentin self-assigned this Dec 6, 2022
@hnformentin hnformentin merged commit 8e8a167 into main Dec 6, 2022
@hnformentin hnformentin deleted the drop_36_37 branch December 6, 2022 14:54
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.

Drop support for python 3.6 and 3.7
4 participants