-
Notifications
You must be signed in to change notification settings - Fork 22
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 a work-around to make the examples work on win+py3.6/3.7 #106
Changes from all commits
b2dbc55
3488f59
8ca5d7e
2dbdc03
e762288
12d8547
cda6e3d
8e8809d
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" | |
|
||
[tool.poetry] | ||
name = "yapapi" | ||
version = "0.3.0" | ||
version = "0.3.1-alpha.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'd release it as 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. Sure, let's make pre-release first for 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. @filipgolem @azawlocki actually, if, despite my opinion to the contrary, we didn't update the library itself, imvho, it didn't even require a release ... |
||
description = "High-level Python API for the New Golem" | ||
authors = ["Przemysław K. Rekucki <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
|
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.
As a quick fix we may also consider:
instead of calling
utils.asyncio_fix()
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.
If we decide to go with a separate function in
utils
, I think the name needs to be improved to be more descriptive (e.g.:asyncio_windows_fix
or evenwindows_event_loop_fix
)