updates version definitions

This commit is contained in:
Pouria Hadjibagheri 2022-01-03 11:17:52 +00:00
parent e12f41c0eb
commit 258374400a
No known key found for this signature in database
GPG key ID: B0F90B052A424A3F
3 changed files with 13 additions and 5 deletions

View file

@ -11,7 +11,15 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Checkout branch
uses: actions/checkout@v2.3.2
- name: Restore docs environment
run: |
python dev.py --with-docs
mkdocs build

View file

@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
django-version: [3.0.*, 3.1.*, 3.2.*, 4.0.*]
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
django-version: ["3.0.*", "3.1.*", "3.2.*", "4.0.*"]
steps:
- uses: actions/checkout@v2.3.2

View file

@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
django-version: [3.0.*, 3.1.*, 3.2.*, 4.0.*]
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
django-version: ["3.0.*", "3.1.*", "3.2.*", "4.0.*"]
steps:
- uses: actions/checkout@v2.3.2