Skip to content

Commit

Permalink
Update pipeline to python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwgd committed Mar 8, 2024
1 parent f28a350 commit 3eff868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, '3.10']
python-version: ['3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand All @@ -35,10 +35,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.11'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3eff868

Please sign in to comment.