-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python support added for 3.9, 3.10, 3.11, 3.12 (#348)
* unit test fixed * testserialisers file txt added in the gitignore * testserialisers file txt added in the gitignore * test txt files deleted * Update tests_app/tests/functional/routers/nested_router_mixin/views.py * support for python 3.9 added * test files deleted * python 3.9 and 3.10 support added * support added for python 3.11 * support for python 3.12 added * python 3.10-3.12 added in github/workflows * python 3.10-3.12 added in github/workflows * remove python versions from travis.yml --------- Co-authored-by: Mehraz Hossian Rumman <[email protected]> Co-authored-by: Asif Saif Uddin <[email protected]>
- Loading branch information
1 parent
93dd153
commit 09512be
Showing
7 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ env | |
build | ||
dist | ||
.DS_Store | ||
|
||
venv | ||
tests_app/tests/files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ python: | |
- 3.6 | ||
- 3.7 | ||
- 3.8 | ||
|
||
|
||
install: | ||
- pip install tox tox-travis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
nose | ||
pynose | ||
django-nose | ||
django-filter>=2.1.0 | ||
mock | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters