Skip to content

Commit

Permalink
EOL support for Python 3.8 (#650)
Browse files Browse the repository at this point in the history
* EOL support for Python 3.8

* Remove Python 3.8 from python-package.yml
  • Loading branch information
wbarnha authored Nov 22, 2024
1 parent af0ed79 commit 190b207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# for example if a test fails only when Cython is enabled
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
use-cython: ['true', 'false']
experimental: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "faust-streaming"
description = "Python Stream Processing. A Faust fork"
requires-python = ">=3.8"
requires-python = ">=3.9"
dynamic = [
"version",
"optional-dependencies",
Expand Down

0 comments on commit 190b207

Please sign in to comment.