Skip to content

Commit 9d606a6

Browse files
committed
[update] change version and pkg
1 parent d5e3482 commit 9d606a6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python: [3.7, 3.8, 3.9, 3.10, 3.11]
18+
python: [3.7, 3.8, 3.9]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@
3333
'Programming Language :: Python :: 3.7',
3434
'Programming Language :: Python :: 3.8',
3535
'Programming Language :: Python :: 3.9',
36-
'Programming Language :: Python :: 3.10',
37-
'Programming Language :: Python :: 3.11',
3836
'Programming Language :: Python :: 3 :: Only',
3937
'License :: OSI Approved :: MIT License',
4038
'Operating System :: OS Independent',
4139
],
4240
python_requires='>=3.7',
43-
install_requires=['django', 'requests', 'loguru', 'djangorestframework', 'djangorestframework-simplejwt'],
41+
install_requires=['django>=4.0.0', 'requests', 'loguru', 'djangorestframework'],
4442
extras_require={
4543
'dev': ['check-manifest'],
4644
# 'test': ['coverage'],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37, 38, 39, 310, 311}
2+
envlist = py{37, 38, 39}
33
minversion = 3.3.0
44
isolated_build = true
55

0 commit comments

Comments
 (0)