Skip to content

Commit a126197

Browse files
authored
Drop explicit Python 3.6 support (#48)
1 parent a157c12 commit a126197

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
include:
12-
- {name: Linux36, python: '3.6', os: ubuntu-latest, tox: py36}
1312
- {name: Linux37, python: '3.7', os: ubuntu-latest, tox: py37}
1413
- {name: Linux38, python: '3.8', os: ubuntu-latest, tox: py38}
1514
- {name: Linux39, python: '3.9', os: ubuntu-latest, tox: py39}
1615
- {name: Linux310, python: '3.10', os: ubuntu-latest, tox: py310}
17-
- {name: Linux311, python: '3.11.0-beta.5', os: ubuntu-latest, tox: py311}
18-
- {name: Style, python: '3.10', os: ubuntu-latest, tox: style}
16+
- {name: Linux311, python: '3.11', os: ubuntu-latest, tox: py311}
17+
- {name: Style, python: '3.11', os: ubuntu-latest, tox: style}
1918
steps:
2019
- uses: actions/checkout@v2
2120
- uses: actions/setup-python@v2

CHANGELOG.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Drop explicit support for Python 3.6 ([#48])
13+
1014
## [1.4.0] - 2022-11-08
1115

1216
### Added
@@ -73,19 +77,20 @@ Initial version of `codetiming`. Version 1.0.0 corresponds to the code in the tu
7377
[1.1.0]: https://github.com/realpython/codetiming/compare/v1.0.0...v1.1.0
7478
[1.0.0]: https://github.com/realpython/codetiming/releases/tag/v1.0.0
7579

76-
[#13]: https://github.com/realpython/codetiming/pull/13
77-
[#17]: https://github.com/realpython/codetiming/pull/17
78-
[#18]: https://github.com/realpython/codetiming/pull/18
79-
[#23]: https://github.com/realpython/codetiming/pull/23
80-
[#24]: https://github.com/realpython/codetiming/issues/24
81-
[#25]: https://github.com/realpython/codetiming/pull/25
82-
[#27]: https://github.com/realpython/codetiming/pull/27
83-
[#29]: https://github.com/realpython/codetiming/issues/29
84-
[#30]: https://github.com/realpython/codetiming/pull/30
85-
[#32]: https://github.com/realpython/codetiming/pull/32
86-
[#33]: https://github.com/realpython/codetiming/pull/33
87-
[#34]: https://github.com/realpython/codetiming/pull/34
88-
[#35]: https://github.com/realpython/codetiming/pull/35
89-
[#38]: https://github.com/realpython/codetiming/pull/38
90-
[#46]: https://github.com/realpython/codetiming/pull/46
80+
[#48]: https://github.com/realpython/codetiming/pull/48
9181
[#47]: https://github.com/realpython/codetiming/pull/47
82+
[#46]: https://github.com/realpython/codetiming/pull/46
83+
[#38]: https://github.com/realpython/codetiming/pull/38
84+
[#35]: https://github.com/realpython/codetiming/pull/35
85+
[#34]: https://github.com/realpython/codetiming/pull/34
86+
[#33]: https://github.com/realpython/codetiming/pull/33
87+
[#32]: https://github.com/realpython/codetiming/pull/32
88+
[#30]: https://github.com/realpython/codetiming/pull/30
89+
[#29]: https://github.com/realpython/codetiming/issues/29
90+
[#27]: https://github.com/realpython/codetiming/pull/27
91+
[#25]: https://github.com/realpython/codetiming/pull/25
92+
[#24]: https://github.com/realpython/codetiming/issues/24
93+
[#23]: https://github.com/realpython/codetiming/pull/23
94+
[#18]: https://github.com/realpython/codetiming/pull/18
95+
[#17]: https://github.com/realpython/codetiming/pull/17
96+
[#13]: https://github.com/realpython/codetiming/pull/13

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers = [
1818
"Operating System :: MacOS",
1919
"Operating System :: Microsoft",
2020
"Operating System :: POSIX :: Linux",
21-
"Programming Language :: Python :: 3.6",
2221
"Programming Language :: Python :: 3.7",
2322
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
@@ -30,8 +29,8 @@ classifiers = [
3029
"Typing :: Typed",
3130
]
3231
keywords = ["timer", "class", "contextmanager", "decorator"]
33-
requires-python = ">=3.6"
34-
dependencies = ["dataclasses; python_version < '3.7'"]
32+
requires-python = ">=3.7"
33+
dependencies = []
3534

3635
[project.urls]
3736
Homepage = "https://realpython.com/python-timer"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy