We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b568b commit f677d95Copy full SHA for f677d95
.appveyor.yml
@@ -8,8 +8,12 @@ environment:
8
- PYTHON: "C:\\Python36-x64"
9
- PYTHON: "C:\\Python37"
10
- PYTHON: "C:\\Python37-x64"
11
- - PYTHON: "C:\\Python38"
12
- - PYTHON: "C:\\Python38-x64"
+ # The Windows Python 3.8 tests currently fail on
+ # test_asyncio.test_windows_events.ProactorLoopCtrlC where `get_event_loop`
13
+ # fails to start a new loop
14
+ # https://ci.appveyor.com/project/smurfix/trio-asyncio/builds/33592418/job/06yddkw8wy9y6j1h
15
+ # - PYTHON: "C:\\Python38"
16
+ # - PYTHON: "C:\\Python38-x64"
17
18
build_script:
19
- "git --no-pager log -n2"
0 commit comments