Drop 3.8 support

pubsub_startup_response_msg
overclockworked64 2021-10-23 18:18:36 +02:00
parent 828754dbb5
commit 63ddf119fd
No known key found for this signature in database
GPG Key ID: 0E4A3AD9DB596812
1 changed files with 1 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: