Skip to content

Commit f2d3b53

Browse files
authored
Merge pull request #1281 from dbcli/RW/pyproject-support-only-python39
Support only Python 3.9+ in pyproject.toml
2 parents 0ea4e93 + 4b8cdbc commit f2d3b53

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Upcoming Release (TBD)
2+
======================
3+
4+
Internal
5+
--------
6+
7+
* Support only Python 3.9+ in `pyproject.toml`.
8+
9+
110
1.36.0 (2025/07/19)
211
======================
312

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ dependencies = [
2121
"pyperclip >= 1.8.1",
2222
"pyaes >= 1.6.1",
2323
"pyfzf >= 0.3.1",
24-
"importlib_resources >= 5.0.0; python_version<'3.9'",
2524
]
2625

2726
[build-system]
2827
requires = [
2928
"setuptools>=64.0",
30-
"setuptools-scm>=8;python_version>='3.8'",
31-
"setuptools-scm<8;python_version<'3.8'",
29+
"setuptools-scm>=8",
3230
]
3331
build-backend = "setuptools.build_meta"
3432

0 commit comments

Comments
 (0)