Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 15, 2021
1 parent a553284 commit 6e8de9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ DB_ENGINE=django.db.backends.postgresql

# Linux (uid 1000 gid 1000)

PYTHON_TAG=3.7-dev-0.7.0
PYTHON_TAG=3.9-dev-0.7.0
#PYTHON_TAG=3.8-dev-0.7.0
#PYTHON_TAG=3.7-dev-0.7.0
#PYTHON_TAG=3.6-dev-0.7.0
#PYTHON_TAG=3.5-dev-0.7.0

# macOS (uid 501 gid 20)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
version: [ 3.7,3.6,3.5 ]
version: [ 3.9,3.8,3.7,3.6 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6e8de9a

Please sign in to comment.