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:
parent
d0cfe88fd4
commit
9c083da182
2
.github/workflows/ci-backend.yml
vendored
2
.github/workflows/ci-backend.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user