Skip to content

Commit

Permalink
[Python]: Drop support for Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
Both of them are EOLed and cause problems with the CI checks

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 25, 2024
1 parent ea1bd2d commit 6e4296d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-lang-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
- '3.11'
- '3.10'
- '3.9'
- '3.8'
- '3.7'
- 'pypy-3.10'

steps:
Expand Down Expand Up @@ -89,8 +87,6 @@ jobs:
- '3.11'
- '3.10'
- '3.9'
- '3.8'
- '3.7'
- 'pypy-3.10'

steps:
Expand Down
4 changes: 1 addition & 3 deletions lang/py/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ license_files = avro/LICENSE
license = Apache License 2.0
classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand All @@ -56,7 +54,7 @@ include_package_data = true
install_requires =
typing-extensions;python_version<"3.8"
zip_safe = true
python_requires = >=3.7
python_requires = >=3.9

[options.entry_points]
console_scripts =
Expand Down
4 changes: 0 additions & 4 deletions share/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ RUN apt-get -qqy update \
python3.10 \
python3.11 \
python3.11-dev \
python3.7 \
python3.7-distutils \
python3.8 \
python3.8-distutils \
python3.9 \
python3.9-distutils \
source-highlight \
Expand Down

0 comments on commit 6e4296d

Please sign in to comment.