Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Python 2.7, 3.2, 3.3, 3.4 #799 #896

Merged
merged 8 commits into from
Mar 18, 2021

Conversation

fangchenli
Copy link
Contributor

@fangchenli fangchenli commented Oct 12, 2020

closes #799

@codecov-io
Copy link

codecov-io commented Oct 12, 2020

Codecov Report

Merging #896 into master will decrease coverage by 0.75%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #896      +/-   ##
==========================================
- Coverage   79.56%   78.80%   -0.76%     
==========================================
  Files          23       23              
  Lines        4522     4351     -171     
  Branches      657      643      -14     
==========================================
- Hits         3598     3429     -169     
+ Misses        868      866       -2     
  Partials       56       56              
Impacted Files Coverage Δ
gpiozero/__init__.py 100.00% <ø> (ø)
gpiozero/boards.py 99.78% <ø> (-0.01%) ⬇️
gpiozero/exc.py 100.00% <ø> (ø)
gpiozero/internal_devices.py 92.80% <ø> (-0.11%) ⬇️
gpiozero/pins/__init__.py 70.58% <ø> (-0.49%) ⬇️
gpiozero/pins/data.py 96.76% <ø> (-0.03%) ⬇️
gpiozero/pins/pigpio.py 0.67% <ø> (-0.67%) ⬇️
gpiozero/pins/rpigpio.py 0.81% <ø> (-2.37%) ⬇️
gpiozero/pins/rpio.py 0.81% <ø> (-2.39%) ⬇️
gpiozero/pins/spi.py 90.76% <ø> (-0.28%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b9b785...03cb083. Read the comment docs.

@fangchenli fangchenli changed the title Drop Python 3.2, 3.3, 3.4 #799 Drop Python 2.7, 3.2, 3.3, 3.4 #799 Oct 12, 2020
@waveform80
Copy link
Member

Brilliant! This is a backwards incompatible change so it'll need to wait for 2.x, but this is something we need to start planning. It'll need rebasing given some of the recent changes, but this is an excellent start on that. I'll stick a 2.0 milestone on it so we don't forget it.

@waveform80 waveform80 added this to the v2.0 milestone Feb 28, 2021
@waveform80
Copy link
Member

This is really great - thanks so much for keeping the branch up to date. I've had a check over this and everything looks good (thanks for tidying up the redundant imports too!); don't worry about that last test failure - just a trivial missing import for a recent change. I'll tidy that and one or two other bits up and merge this. Thanks again!

@waveform80 waveform80 merged commit 648314e into gpiozero:master Mar 18, 2021
crs-k pushed a commit to crs-k/pwnagotchi-scoreboard that referenced this pull request Feb 17, 2024
Bumps [gpiozero](https://github.com/gpiozero/gpiozero) from 1.5.1 to
2.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gpiozero/gpiozero/blob/master/docs/changelog.rst">gpiozero's
changelog</a>.</em></p>
<blockquote>
<h1>Release 2.0.1 (2024-02-15)</h1>
<ul>
<li>Fixed Python 3.12 compatibility, and clarify that 3.9 is the lowest
supported
version in our CI configuration
(<code>[#1113](https://github.com/gpiozero/gpiozero/issues/1113)</code>_)</li>
</ul>
<p>.. _<a
href="https://redirect.github.com/gpiozero/gpiozero/issues/1113">#1113</a>:
<a
href="https://redirect.github.com/gpiozero/gpiozero/issues/1113">gpiozero/gpiozero#1113</a></p>
<h1>Release 2.0 (2023-09-12)</h1>
<ul>
<li>Removed Python 2.x support; many thanks to Fangchen Li for a
substantial
amount of work on this!
(<code>[#799](https://github.com/gpiozero/gpiozero/issues/799)</code>_
<code>[#896](https://github.com/gpiozero/gpiozero/issues/896)</code>_)</li>
<li>Removed RPIO pin implementation</li>
<li>Made :class:<code>gpiozero.pins.lgpio.LGPIOFactory</code> the
default factory; the
former default,
:class:<code>gpiozero.pins.rpigpio.RPiGPIOFactory</code>, is now the
second place preference</li>
<li>Added :doc:<code>compat</code> chapter</li>
<li>Added :program:<code>pintest</code> utility</li>
<li>Added Raspberry Pi 5 board data</li>
</ul>
<p>.. _<a
href="https://redirect.github.com/gpiozero/gpiozero/issues/799">#799</a>:
<a
href="https://redirect.github.com/gpiozero/gpiozero/issues/799">gpiozero/gpiozero#799</a>
.. _<a
href="https://redirect.github.com/gpiozero/gpiozero/issues/896">#896</a>:
<a
href="https://redirect.github.com/gpiozero/gpiozero/issues/896">gpiozero/gpiozero#896</a></p>
<h1>Release 1.6.2 (2021-03-18)</h1>
<ul>
<li>Correct docs referring to 1.6.0 as the last version supporting
Python 2</li>
</ul>
<p>.. warning::</p>
<pre><code>This is the last release to support Python 2
</code></pre>
<h1>Release 1.6.1 (2021-03-17)</h1>
<ul>
<li>Fix missing font files for 7-segment displays</li>
</ul>
<h1>Release 1.6.0 (2021-03-14)</h1>
<ul>
<li>Added :class:<code>RotaryEncoder</code> class (thanks to Paulo
Mateus)
(<code>[#482](https://github.com/gpiozero/gpiozero/issues/482)</code><em>,
<code>[#928](https://github.com/gpiozero/gpiozero/issues/928)</code></em>)</li>
<li>Added support for multi-segment character displays with
:class:<code>LEDCharDisplay</code> and
:class:<code>LEDMultiCharDisplay</code> along with &quot;font&quot;
support using :class:<code>LEDCharFont</code> (thanks to Martin
O'Hanlon)
(<code>[#357](https://github.com/gpiozero/gpiozero/issues/357)</code><em>,

<code>[#485](https://github.com/gpiozero/gpiozero/issues/485)</code></em>,
<code>[#488](https://github.com/gpiozero/gpiozero/issues/488)</code><em>,
<code>[#493](https://github.com/gpiozero/gpiozero/issues/493)</code></em>,
<code>[#930](https://github.com/gpiozero/gpiozero/issues/930)</code>_)</li>
<li>Added :class:<code>Pibrella</code> class (thanks to Carl Monk)
(<code>[#773](https://github.com/gpiozero/gpiozero/issues/773)</code><em>,
<code>[#798](https://github.com/gpiozero/gpiozero/issues/798)</code></em>)</li>
<li>Added :class:<code>TrafficpHat</code> class (thanks to Ryan
Walmsley)
(<code>[#845](https://github.com/gpiozero/gpiozero/issues/845)</code><em>,
<code>[#846](https://github.com/gpiozero/gpiozero/issues/846)</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/a13848bd9701844c139709750cfa038c59b2ab5f"><code>a13848b</code></a>
Run copyrights script for release</li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/3ee415cbfd5de07324696ceadd22ded92c48a517"><code>3ee415c</code></a>
Bump revision and add changelog for release</li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/ebf8874bd71d353ebb5f83dcb1fdbc6be58b454d"><code>ebf8874</code></a>
Fix <a
href="https://redirect.github.com/gpiozero/gpiozero/issues/1113">#1113</a></li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/fa114311048c052ea1b6810c235cc0f858720f36"><code>fa11431</code></a>
Set 3.9 as base version, fix 3.12 compatibility</li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/981e3f70b00853fd011baf8cd1cb17f241e4ab65"><code>981e3f7</code></a>
Merge pull request <a
href="https://redirect.github.com/gpiozero/gpiozero/issues/1104">#1104</a>
from lurch/patch-2</li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/0f09a5a1d0c3b0055cdfe52de3009deea30f8654"><code>0f09a5a</code></a>
Small docs typo</li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/e59c55c77bdd635a566ff31815e93a51d54907e8"><code>e59c55c</code></a>
Workaround rtd's ancient flag</li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/025ba5bc2f0b7a0936afc792345a0615586f6b61"><code>025ba5b</code></a>
Would help if I specified the right requirement...</li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/cba887aa60d3c844ea7e36f8c4d170fd9073d87c"><code>cba887a</code></a>
RTD builds &quot;old&quot; projects with sphinx 1.8</li>
<li><a
href="https://github.com/gpiozero/gpiozero/commit/390caf61ba73af65f39395551c25674631eca7d0"><code>390caf6</code></a>
The root doc default changed to 'contents'</li>
<li>Additional commits viewable in <a
href="https://github.com/gpiozero/gpiozero/compare/v1.5.1...v2.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gpiozero&package-manager=pip&previous-version=1.5.1&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python version deprecation policy
3 participants