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

WIP add 3.12 tests #197

Closed
wants to merge 5 commits into from
Closed

WIP add 3.12 tests #197

wants to merge 5 commits into from

Conversation

Almenon
Copy link
Owner

@Almenon Almenon commented Oct 13, 2024

I also dropped support for 3.7, which is really end-of-life now that 3.8 is EOL

@Almenon
Copy link
Owner Author

Almenon commented Oct 13, 2024

python/arepl_python_evaluator.py:235: in exec_input
    asyncio.set_event_loop(asyncio.new_event_loop())
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/asyncio/events.py:758: in new_event_loop
    return get_event_loop_policy().new_event_loop()
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/asyncio/events.py:722: in get_event_loop_policy
    _init_event_loop_policy()
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/asyncio/events.py:715: in _init_event_loop_policy
    from . import DefaultEventLoopPolicy

NameError: name 'unix_events' is not defined
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/asyncio/init.py:45: NameError

What a strange error. I don't get this on my Windows machine. I re-ran but got same error. Not worth looking into because I'm removing asyncio.set_event_loop(asyncio.new_event_loop()) in #193

@Almenon Almenon closed this Oct 13, 2024
@Almenon Almenon deleted the add-3-12 branch October 13, 2024 17:41
@Almenon
Copy link
Owner Author

Almenon commented Oct 26, 2024

moved these changes to #193

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.

1 participant