Skip to content

Commit

Permalink
Drop Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Jul 3, 2024
1 parent 7c010df commit 6f3f23c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
name: [ubuntu, macos]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

include:
- name: ubuntu
Expand Down
7 changes: 1 addition & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ version: 2
sphinx:
configuration: docs/source/conf.py

# Workaround to enable Python 3.9
# https://github.com/readthedocs/readthedocs.org/issues/7554#issuecomment-785114155
build:
image: testing

# Pyhton settings
python:
version: 3.9
version: 3.10
install:
- method: pip
path: .
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ long_description_content_type = text/markdown
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
python_requires = >=3.9
python_requires = >=3.10
packages = find_namespace:
include_package_data = True
install_requires =
Expand Down

0 comments on commit 6f3f23c

Please sign in to comment.