Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c193c90

Browse files
Update package, CI and version support
1 parent d6db168 commit c193c90

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
strategy:
2525
matrix:
2626
python-version:
27-
- "3.7"
2827
- "3.8"
2928
- "3.9"
3029
- "3.10"
@@ -33,6 +32,7 @@ jobs:
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
@@ -53,6 +53,7 @@ jobs:
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
@@ -69,9 +70,9 @@ jobs:
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
@@ -86,8 +87,9 @@ jobs:
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] }}

‎setup.cfg‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /