Skip to content

Commit ac452d3

Browse files
authored
🔀 Merge pull request #160 from davep/pin-python
Pin to Python 3.12 or later
2 parents 36e3e5b + e71c982 commit ac452d3

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/style-lint-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.12", "3.13"]
1818

1919
steps:
2020

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Braindrop ChangeLog
22

3+
## Unreleased
4+
5+
**Released: WiP**
6+
7+
- Pinned to Python 3.12 or later.
8+
([#160](https://github.com/davep/braindrop/pull/160))
9+
310
## v0.8.2
411

512
**Released: 2025-05-09**

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"textual-enhanced>=0.13.0",
1717
]
1818
readme = "README.md"
19-
requires-python = ">= 3.10"
19+
requires-python = ">= 3.12"
2020
license = { text = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" }
2121
keywords = [
2222
"bookmark",
@@ -36,8 +36,6 @@ classifiers = [
3636
"Operating System :: OS Independent",
3737
"Programming Language :: Python :: 3",
3838
"Programming Language :: Python :: 3 :: Only",
39-
"Programming Language :: Python :: 3.10",
40-
"Programming Language :: Python :: 3.11",
4139
"Programming Language :: Python :: 3.12",
4240
"Programming Language :: Python :: 3.13",
4341
"Topic :: Internet",

0 commit comments

Comments
 (0)