Skip to content

Commit

Permalink
Drop support for Python 3.8, 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Jan 26, 2025
1 parent cc95631 commit be021a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.11', '3.12']
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'dev': ['django', 'flask'],
'docs': ['sphinx-rtd-theme'],
},
python_requires='>3.5',
python_requires='>3.10',
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[tox]
skip_missing_interpreters = true
envlist =
docs,py38,py39,py310,py311,py312,pypy3
docs,py311,py312

logstash_async_modules = logstash_async tests

Expand Down

0 comments on commit be021a3

Please sign in to comment.