Skip to content

Commit

Permalink
Dropping support for Python version below 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
teamhashed-admin authored Oct 12, 2023
1 parent 6f0f1f0 commit c65d1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DrAuth Release Check
name: Release Check

on:
push:
Expand All @@ -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
Expand Down

0 comments on commit c65d1de

Please sign in to comment.