Skip to content

Commit

Permalink
chore: change docker image python version to 3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amirtds committed Sep 25, 2023
1 parent 3b224ed commit d3e5968
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
strategy:
matrix:
include:
- python-version: 3.5
- os: ubuntu-16.04
python-version: 3.5.10
tox-env: py35-django2
- python-version: 3.8
- os: ubuntu-latest
python-version: 3.8
tox-env: py38-django2


steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d3e5968

Please sign in to comment.