Merge pull request #248 from overclockworked64/patch-ci
Drop 3.8 supportpubsub_startup_response_msg
commit
be5582aae3
|
@ -33,7 +33,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
python: ['3.8', '3.9']
|
python: ['3.9']
|
||||||
spawn_backend: ['trio', 'mp']
|
spawn_backend: ['trio', 'mp']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Drop Python 3.8 support in favor of rolling with two latest releases for the time being.
|
Loading…
Reference in New Issue