Skip to content

Commit

Permalink
feat: add python312 support
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and mumarkhan999 committed Apr 2, 2024
1 parent f4ae2fc commit 02d42c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
django-version: ["pinned"]
python-version:
- "3.8"
- '3.11'
django-version: [django42]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -38,7 +40,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version:
- "3.8"
- '3.11'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 02d42c1

Please sign in to comment.