8000 drop support for Python 2 · srijan-deepsource/python-sasctl@1c04da3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c04da3

Browse files
committed
drop support for Python 2
1 parent 666749d commit 1c04da3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ matrix:
2323
- env: TOXENV=py36-flake8
2424

2525
include:
26-
- python: 2.7
27-
env: TOXENV=py27-tests-codecov TOX_SKIP_MISSING_INTERPRETERS=False
2826
- python: 3.5
2927
env: TOXENV=py35-tests-codecov TOX_SKIP_MISSING_INTERPRETERS=False
3028
- python: 3.6

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ Unreleased
44

55
v1.6.0 (2021-06-29)
66
-------------------
7+
**Improvements**
78
- `Session` now supports authorization using OAuth2 tokens. Use the `token=` parameter in the constructor when
89
an existing access token token is known. Alternatively, ommitting the `username=` and `password=` parameters
910
will now prompt the user for an auth code.
1011

11-
- `current_session` now stores & returns the *most recently created* session, not the first created session. This
12+
**Changes**
13+
- `current_session` now stores & returns the *most recently created* session, not the first created session. This
1214
was done to alleviate quirks where an old, expired session is implicitly used instead of a newly-created session.
1315

16+
- Removed deprecated `raw=` parameter from `sasctl.core.request()`.
17+
18+
- Dropped support for Python 2.
19+
20+
1421
v1.5.9 (2021-06-09)
1522
-------------------
1623
**Bugfixes**

0 commit comments

Comments
 (0)
0