Skip to content

Commit

Permalink
update library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed May 3, 2021
1 parent a0e99f8 commit 98b9f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
python -m pip install django==${{ matrix.django-version }}
python -m pip install djangorestframework==${{ matrix.drf-version }}
python -m pip install xlsconv
python -m pip install git+https://github.com/wq/wq.build.git#egg=wq.build
python -m pip install git+https://github.com/wq/wq.app.git#egg=wq.app
python -m pip install git+https://github.com/wq/wq.db.git#egg=wq.db
python -m pip install wq.build==1.3.0b1
python -m pip install wq.app==1.3.0b1
python -m pip install wq.db==1.3.0b1
python -m pip install .
- name: Lint with flake8
run: |
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,14 @@ def list_package_data(root):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Code Generators',
'Topic :: Text Processing :: Markup :: HTML',
Expand Down

0 comments on commit 98b9f62

Please sign in to comment.