diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c080a0f..75f217b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,11 +11,11 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: - python-version: "3.6" + python-version: "3.8" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/setup.py b/setup.py index 8204390..1a2315d 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,5 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires=">=3.6", + python_requires=">=3.8", ) \ No newline at end of file