Merge pull request #248 from overclockworked64/patch-ci

Drop 3.8 support
pubsub_startup_response_msg
goodboy 2021-10-23 15:53:55 -04:00 committed by GitHub
commit be5582aae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python: ['3.8', '3.9']
python: ['3.9']
spawn_backend: ['trio', 'mp']
steps:

View File

@ -0,0 +1 @@
Drop Python 3.8 support in favor of rolling with two latest releases for the time being.