Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

setup: end support for Python 3.6 / CI: remove 3.8-dev #482

Merged
merged 8 commits into from May 5, 2021
Merged

Conversation

RhinosF1
Copy link
Contributor

@RhinosF1 RhinosF1 commented Apr 16, 2021

No description provided.

@RhinosF1 RhinosF1 marked this pull request as draft April 16, 2021 10:35
@RhinosF1 RhinosF1 marked this pull request as ready for review April 30, 2021 18:39
@RhinosF1 RhinosF1 changed the title setup: end support for Python 3.6 setup: end support for Python 3.6 / CI: remove 3.8-dev Apr 30, 2021
@RhinosF1
Copy link
Contributor Author

RhinosF1 commented May 3, 2021

Thanks @sario528, I need to prep PRs everywhere else first. Core should be the last to end support.

@RhinosF1
Copy link
Contributor Author

RhinosF1 commented May 3, 2021

3.8-dev is now eligible for removal. 3.6 will be very soon but I'm authorising that going at the same time because I don't see any prospect of us needing it.

@RhinosF1 RhinosF1 merged commit b7e9191 into dev May 5, 2021
@RhinosF1 RhinosF1 deleted the end-py-36 branch May 5, 2021 17:47
MacFan4000 pushed a commit that referenced this pull request Jun 23, 2021
* setup: end support for Python 3.6

* Update SECURITY.md

* Update README.md

* Update compatible.yml

* Update workflow.yml

* Update workflow.yml
MacFan4000 added a commit that referenced this pull request Jun 23, 2021
* Bump requests-cache from 0.6.2 to 0.6.3

Bumps [requests-cache](https://github.com/reclosedev/requests-cache) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/reclosedev/requests-cache/releases)
- [Changelog](https://github.com/reclosedev/requests-cache/blob/master/HISTORY.md)
- [Commits](requests-cache/requests-cache@v0.6.2...v0.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump requests-cache from 0.6.3 to 0.6.4 (#524)

Bumps [requests-cache](https://github.com/reclosedev/requests-cache) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/reclosedev/requests-cache/releases)
- [Changelog](https://github.com/reclosedev/requests-cache/blob/master/HISTORY.md)
- [Commits](requests-cache/requests-cache@v0.6.3...v0.6.4)

---
updated-dependencies:
- dependency-name: requests-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* requirements: remove pingpong as it is now archived

* Update requirements.txt

* require: bump minimums (#490)

* setup: end support for Python 3.6

* Update SECURITY.md

* Update README.md

* Update compatible.yml

* Update workflow.yml

* Update workflow.yml

* require: bump minimums

* update

Co-authored-by: MacFan4000 <paulfkeffer@gmail.com>

* Update dev requirements

Signed-off-by: MacFan4000 <paulfkeffer@gmail.com>

* update email ins security policy

* setup: end support for Python 3.6 / CI: remove 3.8-dev (#482)

* setup: end support for Python 3.6

* Update SECURITY.md

* Update README.md

* Update compatible.yml

* Update workflow.yml

* Update workflow.yml

* Update workflow.yml

* re-enable 3.10-dev

* Bump actions/setup-python from 2 to 2.2.2 (#516)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: MacFan4000 <paulfkeffer@gmail.com>

* Bump actions/checkout from 2 to 2.3.4 (#515)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: MacFan4000 <paulfkeffer@gmail.com>

* Run push/pr_target always; make tests a package (#517)

* Make tests a package

* Update workflow.yml

* Update workflow.yml

* Update workflow.yml

* Update and rename tests/__init__.py to MirahezeBots/tests__/init__.py

* Format code with autopep8 and isort

* Rename tests/models.py to MirahezeBots/tests/models.py

* Rename MirahezeBots/tests__/init__.py to MirahezeBots/tests/__init__.py

* Update and rename tests/test_general.py to MirahezeBots/tests/test_general.py

* Format code with autopep8 and isort

* Update .deepsource.toml

* Update MANIFEST.in

* Update workflow.yml

* Update workflow.yml

* Make compat a hard gate

* Delete compatible.yml

* Update workflow.yml

* Update workflow.yml

* Update workflow.yml

until styfle/cancel-workflow-action#84

* Update workflow.yml

* Update workflow.yml

* Update workflow.yml

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Signed-off-by: MacFan4000 <paulfkeffer@gmail.com>

* rm

Signed-off-by: MacFan4000 <paulfkeffer@gmail.com>

* Update links

Update links to new website.

* Update README.md

* Freenode > Libera

Dropped channel from url, as it doesn't actually send you to the channel.

* Create .flake8

* updates

* switch to non-deprecated BooleanAttribute

Signed-off-by: MacFan4000 <paulfkeffer@gmail.com>

* use old line limit for now

* Update dbclean.py

* no bandit

* Update requirements.txt

* Update workflow.yml

* Update README/SECURITY and bump + add changelog notes

Signed-off-by: MacFan4000 <paulfkeffer@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: RhinosF1 <rhinosf1@gmail.com>
Co-authored-by: sario528 <28790463+sario528@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants