diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 72c3a4b..03ec2eb 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -1,4 +1,4 @@ -name: DrAuth Release Check +name: Release Check on: push: @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.8, 3.9, "3.10"] + python-version: ["3.10"] steps: - uses: actions/checkout@v3