python-dotenv does dropped support for python 3.7

This commit is contained in:
Nicholas Albion
2023-09-09 11:12:41 +10:00
parent f50eda5584
commit 310220b719

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2