Skip to content

Commit

Permalink
drop support for EOL Python 3.4 and Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Apr 12, 2021
1 parent 12998a0 commit 5212d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Fixed: Support Python 3.9's changed urllib.parse.urljoin() behavior.
>= py3.9: furl('wss://slrp.com/').join('foo:1') -> 'foo:1'
Changed: Drop semicolon query delimiters. See
https://bugs.python.org/issue42967.
Changed: Drop support for EOL Python 3.4 and Python 3.5.

================================================================================
v2.1.1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = codestyle, py27, py34, py35, py36, py37, py38, py39, pypy, pypy3
envlist = codestyle, py27, py36, py37, py38, py39, pypy, pypy3

[testenv]
deps =
Expand Down

0 comments on commit 5212d18

Please sign in to comment.