-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add Python 3.11 to GHA #1090
Add Python 3.11 to GHA #1090
Changes from 14 commits
3d9b5ff
516c6f5
276861c
f411110
5b234fb
f814ab7
eb9d89e
d23c485
63acf45
bd1874e
b9f7a8a
33c9f3f
95bba82
c507ade
56b8b2c
e118ee8
9021a7e
c594034
94236da
6ca2c87
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ repos: | |
pyarrow>=1.0.1, | ||
chardet>=3.0.4, | ||
fastavro>=1.0.0.post1, | ||
python-snappy>=0.5.4, | ||
cramjam>=2.7.0, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this should be reverted 🤔 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should match There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. python-snappy>=0.7.1 supports Python 3.11 by switching over to cramjam and removing libsnappy-dev dependency (I contributed intake/python-snappy#130) I will work dependencies in a minute There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we reverted these cramjam changes due to failing tests locally though in #1122.
|
||
charset-normalizer>=1.3.6, | ||
psutil>=4.0.0, | ||
scipy>=1.4.1, | ||
|
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.
why remove here? it is kept in
requirements.txt
fileThere 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.
synced with requirements
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.
awesome