Skip to content

Commit

Permalink
fixup! Drop support for Python <3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Nov 29, 2023
1 parent 6485f90 commit 1945554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]

include:
- name: ubuntu
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ 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
Programming Language :: Python :: 3.12
[options]
python_requires = >=3.10
python_requires = >=3.9
packages = find_namespace:
include_package_data = True
install_requires =
Expand Down

0 comments on commit 1945554

Please sign in to comment.