0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00

Drop python 3.7 support (#5483)

Issue: https://github.com/PostHog/posthog/issues/5482
This commit is contained in:
Karl-Aksel Puulmann 2021-08-10 09:54:42 +03:00 committed by GitHub
parent d0cfe88fd4
commit 9c083da182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7.8', '3.8.5', '3.9.0']
python-version: ['3.8.5', '3.9.0']
steps:
- uses: actions/checkout@v1
with: