Skip to content

Commit 190b207

Browse files
authored
EOL support for Python 3.8 (#650)
* EOL support for Python 3.8 * Remove Python 3.8 from python-package.yml
1 parent af0ed79 commit 190b207

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# for example if a test fails only when Cython is enabled
4343
fail-fast: false
4444
matrix:
45-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
45+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
4646
use-cython: ['true', 'false']
4747
experimental: [false]
4848
include:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "faust-streaming"
33
description = "Python Stream Processing. A Faust fork"
4-
requires-python = ">=3.8"
4+
requires-python = ">=3.9"
55
dynamic = [
66
"version",
77
"optional-dependencies",

0 commit comments

Comments
 (0)