File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 matrix :
2626 python-version :
27- - " 3.7"
2827 - " 3.8"
2928 - " 3.9"
3029 - " 3.10"
3332 uses : actions/setup-python@v2
3433 with :
3534 python-version : ${{ matrix.python-version }}
35+ - run : python -m pip install --upgrade pip setuptools wheel
3636 - uses : actions/checkout@v2
3737 - run : python setup.py test
3838 - name : Codecov
5353 uses : actions/setup-python@v2
5454 with :
5555 python-version : ${{ matrix.python-version }}
56+ - run : python -m pip install --upgrade pip setuptools wheel
5657 - uses : actions/checkout@v2
5758 - run : python -m pip install -e ".[${{ matrix.extras }}]"
5859 - run : python setup.py test
6970 matrix :
7071 python-version : ["3.10"]
7172 django-version :
72- - " 2.2.* "
73- - " 3.2.* "
74- - " 4.0.* "
73+ - " 2.2a1 "
74+ - " 3.2a1 "
75+ - " 4.0a1 "
7576 services :
7677 postgres :
7778 image : postgres
8687 uses : actions/setup-python@v2
8788 with :
8889 python-version : ${{ matrix.python-version }}
90+ - run : python -m pip install --upgrade pip setuptools wheel
8991 - uses : actions/checkout@v2
90- - run : python -m pip install psycopg2-binary Django= =${{ matrix.django-version }}
92+ - run : python -m pip install psycopg2-binary Django~ =${{ matrix.django-version }}
9193 - run : python setup.py test
9294 env :
9395 DB_PORT : ${{ job.services.postgres.ports[5432] }}
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ classifier =
1414 Intended Audience :: Developers
1515 Programming Language :: Python
1616 Programming Language :: Python :: 3
17- Programming Language :: Python :: 3.7
1817 Programming Language :: Python :: 3.8
1918 Programming Language :: Python :: 3.9
2019 Programming Language :: Python :: 3.10
You can’t perform that action at this time.
0 commit comments