Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Drop support for and remove references to EOL Python 3.6 #11683

Merged
merged 33 commits into from
Jan 21, 2022
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
caf0256
remove reference in comments to python3.6
H-Shay Jan 4, 2022
0b34cde
upgrade tox python env in script
H-Shay Jan 4, 2022
268b817
bump python version in example for completeness
H-Shay Jan 4, 2022
acef726
upgrade python version requirement in setup doc
H-Shay Jan 4, 2022
0add262
upgrade necessary python version in __init__.py
H-Shay Jan 4, 2022
1b98edb
upgrade python version in setup.py
H-Shay Jan 4, 2022
52bd94f
newsfragment
H-Shay Jan 4, 2022
c74dcea
drops refs to bionic and replace with focal
H-Shay Jan 7, 2022
d717f1b
bump refs to postgres 9.6 to 10
H-Shay Jan 7, 2022
b979f33
fix hanging ci
H-Shay Jan 7, 2022
dd20fc1
try installing tzdata first
H-Shay Jan 7, 2022
ebb53f4
revert change made in b979f336
H-Shay Jan 7, 2022
bb476d4
Merge branch 'develop' into excise_36
H-Shay Jan 7, 2022
7496e37
ignore new random mypy error while debugging other error
H-Shay Jan 7, 2022
b156635
fix lint error for temporary workaround
H-Shay Jan 7, 2022
1ccaa28
revert change to install list
H-Shay Jan 8, 2022
c5e6dfa
try passing env var
H-Shay Jan 8, 2022
9978524
export debian frontend var?
H-Shay Jan 8, 2022
b38d9ea
move line and add comment
H-Shay Jan 10, 2022
f810705
bump pillow dependency
H-Shay Jan 10, 2022
36f182f
Merge branch 'develop' into excise_36
H-Shay Jan 10, 2022
0a566a9
bump lxml depenency
H-Shay Jan 10, 2022
112ee00
Merge branch 'excise_36' of https://github.com/matrix-org/synapse int…
H-Shay Jan 10, 2022
efef6d4
install libjpeg-dev for pillow
H-Shay Jan 11, 2022
c5a9ad2
bump automat version to one compatible with py3.8
H-Shay Jan 13, 2022
b76aaae
Merge branch 'develop' into excise_36
H-Shay Jan 13, 2022
26d41fa
add libwebp for pillow
H-Shay Jan 14, 2022
67a8d7b
Merge branch 'excise_36' of https://github.com/matrix-org/synapse int…
H-Shay Jan 14, 2022
8b695ef
bump twisted trunk python version
H-Shay Jan 20, 2022
954665d
change suffix of newsfragment
H-Shay Jan 20, 2022
cb763cc
Merge branch 'develop' into excise_36
H-Shay Jan 20, 2022
7aaa772
remove redundant python 3.7 checks
H-Shay Jan 21, 2022
8d209b2
lint
H-Shay Jan 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert change made in b979f33
  • Loading branch information
H-Shay committed Jan 7, 2022
commit ebb53f45769f1fd4e452ad6156b53d48997dba69
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#

ARG PYTHON_VERSION=3.8
ARG DEBIAN_FRONTEND=noninteractive

###
### Stage 0: builder
Expand Down