Skip to content

Commit

Permalink
Remove 3.10 from 3.6 target
Browse files Browse the repository at this point in the history
  • Loading branch information
hrichards committed Aug 27, 2024
1 parent 5c22870 commit 291eb24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
# Setup doesn't work on 3.6 for Baya, so we install under 3.10 and use Tox to install 3.6 in a virtualenv.
# This syntax is new as of setup-python@4 that enables multiple versions of Python to be installed.
python-version: |
3.6
3.10
python-version: 3.6
- name: Install dependencies
run: |
python -m venv venv
Expand Down

0 comments on commit 291eb24

Please sign in to comment.