Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.8 #4414
Drop support for python 3.8 #4414
Changes from all commits
d27712c
4977320
d6274d5
714e2fd
71c8f21
e7e7130
ee19fa4
474a681
18833c1
45a2681
0dd515f
d196931
effad5c
64a89f7
45ac1e1
fa9a157
e6df0d0
e3aeb7d
dfd8b4e
0b07ed5
523f5d5
d5d7cdd
9433dd3
2d65cb3
7643e07
23c514d
369139a
9e5c608
595dd6d
1a630e4
91955a6
609dc7b
4aeebc2
7fc1b46
736f2dd
6eee809
15b89ff
96eff28
16a9c37
bd555ec
d03bf5d
7a1e540
9f10869
219eda4
cd722d7
8c79a97
06ddaa0
dcc4a4b
02b0297
831e6c2
44f0a93
b7860d9
c5c5fc3
adc799a
dcd6a41
c761ff7
11120d0
6b8db29
ca08c7c
2218778
b728c15
df3a5dd
bacb72d
4585cf3
25ff906
1e5d9df
0e05f91
d679214
756bcb5
e02206c
03526fb
3def0d4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pytest > 7.0.0 deprecates
with pytest.warns(None):
causing test failures. Probably should just make a new ticket to uncap it and fix those errors.Meanwhile pytest ==6.0.1 causes the pipeline to fail.