File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,10 @@ jobs:
17
17
- macos-latest
18
18
- windows-latest
19
19
python-version :
20
- - " 3.8"
21
20
- " 3.9"
22
21
- " 3.10"
23
22
- " 3.11"
24
23
- " 3.12"
25
- exclude :
26
- # 3.8 on windows fails due to some pip issue
27
- - os : windows-latest
28
- python-version : " 3.8"
29
24
30
25
steps :
31
26
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ unreleased] -
4
+
5
+ * Dropped support for Python 3.8
6
+ * silenced mypy warning for this issue:
7
+ https://github.com/python/typeshed/pull/11841
8
+
3
9
## [ 4.1.1] - 2024-06-09
4
10
5
11
* Bump version to upload to Debian/Sid
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
10
10
description = " Python interface to Debian's Bug Tracking System"
11
11
readme = " README.md"
12
12
license = { file =" LICENSE" }
13
- requires-python = " >=3.8 , <4"
13
+ requires-python = " >=3.9 , <4"
14
14
classifiers = [
15
15
" Development Status :: 5 - Production/Stable" ,
16
16
" Intended Audience :: Developers" ,
@@ -61,7 +61,7 @@ addopts = """
61
61
62
62
[tool .ruff ]
63
63
line-length = 79
64
- target-version = " py38 "
64
+ target-version = " py39 "
65
65
66
66
[tool .ruff .lint ]
67
67
select = [
You can’t perform that action at this time.
0 commit comments