dropbox-sdk-python icon indicating copy to clipboard operation
dropbox-sdk-python copied to clipboard

drop python<=3.7 support and use of `six`

Open kloczek opened this issue 1 year ago • 3 comments

General Contributing

  • [ ] Have you read the Code of Conduct and signed the CLA?

Is This a Code Change?

  • [ ] Non-code related change (markdown/git settings etc)
  • [ ] SDK Code Change
  • [ ] Example/Test Code Change

Validation

  • [x] Does tox pass?
  • [x] Do the tests pass?

Pytest passes with this PR

sr/lib/python3.10/site-packages
+ /usr/bin/pytest -ra -m 'not network' --ignore test/integration/test_dropbox.py
==================================================================================== test session starts ====================================================================================
platform linux -- Python 3.10.14, pytest-8.2.1, pluggy-1.5.0
rootdir: /home/tkloczko/rpmbuild/BUILD/dropbox-sdk-python-12.0.1
configfile: setup.cfg
plugins: hypothesis-6.100.0, mock-3.14.0
collected 35 items

test/unit/test_dropbox_unit.py ...................................                                                                                                                    [100%]

==================================================================================== 35 passed in 1.05s =====================================================================================

kloczek avatar Jun 03 '24 15:06 kloczek

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jun 03 '24 15:06 CLAassistant

Python 3.7 is EOSED almost year now. In Oct this year 3.8 will be EOSed as well.

kloczek avatar Jun 03 '24 15:06 kloczek

Thanks for submitting this! I'll ask the team to review this.

greg-db avatar Jun 03 '24 17:06 greg-db