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

MAINT: Datetime deprecations #1330

Merged
merged 14 commits into from
Sep 10, 2023

Conversation

HaoZeke
Copy link
Member

@HaoZeke HaoZeke commented Aug 23, 2023

Closes #1322.

@HaoZeke HaoZeke force-pushed the datetimeDeprecations branch from 0eeb190 to 0427260 Compare August 23, 2023 23:28
@mattip
Copy link
Contributor

mattip commented Aug 24, 2023

Is there a CI run with 3.12rc1?

@HaoZeke HaoZeke force-pushed the datetimeDeprecations branch from cbbbb2e to 89a53d4 Compare September 9, 2023 23:09
@HaoZeke HaoZeke force-pushed the datetimeDeprecations branch from 3110183 to 91acbd3 Compare September 10, 2023 00:10
@HaoZeke
Copy link
Member Author

HaoZeke commented Sep 10, 2023

Is there a CI run with 3.12rc1?

We do now :) I think this is good to go.

@HaoZeke HaoZeke requested a review from mattip September 10, 2023 00:38
@@ -198,7 +198,7 @@ def iter_unique(iter):
try:
with open(result_file, 'r') as fp:
benchmarks = json.load(fp)
except (IOError, ValueError):
except (OSError, ValueError):
Copy link
Contributor

Choose a reason for hiding this comment

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

I think these should be split into two at some point. The errors are very different, one is that the expected file cannot be found, the other is something else (what?) that fails during discovery.

@mattip
Copy link
Contributor

mattip commented Sep 10, 2023

I think it is fine to drop pypy3.8 testing. The version is not supported upstream, and the test is very slow.

Other than one small nit, not really connected to this PR, it all looks good, thanks. I will merge as-is, the two comments can be dealt with elsewhere.

@mattip mattip merged commit 986f5fc into airspeed-velocity:master Sep 10, 2023
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.

datetime deprecations in Python 3.12
2 participants