8000 Drop support for EOL Python 3.8 (#407) · python/blurb_it@62234c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62234c1

Browse files
authored
Drop support for EOL Python 3.8 (#407)
1 parent c949817 commit 62234c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
< 8000 td data-grid-cell-id="diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f-10-9-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-deletionNum-bgColor, var(--diffBlob-deletion-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ env:
77

88
jobs:
99
test:
10-
name: test w/ Python ${{ matrix.python-version }}
10+
name: Python ${{ matrix.python-version }}
1111
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires =
33
tox>=4.2
44
env_list =
5-
py{312, 311, 310, 39, 38}
5+
py{312, 311, 310, 39}
66

77
[testenv]
88
pass_env =

0 commit comments

Comments
 (0)
0