Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Django Private Storage
Commits
6e4ffc26
Commit
6e4ffc26
authored
Feb 20, 2025
by
Lucas Gueiros
Browse files
use python 3.10
parent
3ce1a4c2
Changes
6
Hide whitespace changes
Inline
Side-by-side
.github/workflows/python-publish.yml
View file @
6e4ffc26
...
...
@@ -30,7 +30,7 @@ jobs:
-
name
:
Setup Python
uses
:
actions/setup-python@v3
with
:
python-version
:
3.
8
python-version
:
3.
10
-
name
:
Install dependencies
run
:
|
python -m pip install -U pip
...
...
.github/workflows/test-python-publish.yml
View file @
6e4ffc26
...
...
@@ -30,7 +30,7 @@ jobs:
-
name
:
Setup Python
uses
:
actions/setup-python@v3
with
:
python-version
:
3.
8
python-version
:
3.
10
-
name
:
Install dependencies
run
:
|
python -m pip install -U pip
...
...
AUTHORS
View file @
6e4ffc26
...
...
@@ -11,6 +11,7 @@ Contributions by:
* Mikhail Vagin
* Nihar Patel
* Pavel Savchenko
* Lucas Gueiros
Inspired by:
https://github.com/RacingTadpole/django-private-media
...
...
CHANGES.rst
View file @
6e4ffc26
Changelog
=========
Changes in 3.2 (2025-02-20)
---------------------------
* Added support to Python 3.10
* Added support to Django 5.0, 5.1
Changes in 3.1.1 (2023-10-09)
---------------------------
...
...
setup.py
View file @
6e4ffc26
...
...
@@ -79,6 +79,8 @@ setup(
'Framework :: Django :: 4.0'
,
'Framework :: Django :: 4.1'
,
'Framework :: Django :: 4.2'
,
'Framework :: Django :: 5.0'
,
'Framework :: Django :: 5.1'
,
'Topic :: Internet :: WWW/HTTP'
,
'Topic :: Internet :: WWW/HTTP :: Dynamic Content'
,
'Topic :: Software Development :: Libraries :: Application Frameworks'
,
...
...
tox.ini
View file @
6e4ffc26
[tox]
envlist
=
py3
8
-django{22,31,32,41,42},
py3
8
-django-dev,
py3
10
-django{22,31,32,41,42
,51
},
py3
10
-django-dev,
coverage,
[base]
...
...
@@ -18,12 +18,13 @@ deps =
django32:
Django~=3.2
django41:
Django~=4.1
django42:
Django~=4.2
django51:
Django~=5.1
django-dev:
https://github.com/django/django/tarball/stable/4.2.x
commands
=
python
runtests.py
[testenv:coverage]
basepython
=
python3.
8
basepython
=
python3.
10
deps
=
django~=3.2
coverage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment