Skip to content

Commit

Permalink
Remove Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbckr committed Jun 5, 2024
1 parent 66a3f87 commit 0fa688a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python:
# - "3.8" # oldest Python supported
- "3.9"
- "3.10" # newest Python that is stable
# - "3.10" # newest Python that is stable
platform:
- ubuntu-latest
# - macos-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ package_dir =
# dependency_links =

# Require a min/specific Python version (comma-separated conditions)
python_requires = >=3.9,<=3.10
python_requires = >=3.9,<3.10

# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
Expand Down

0 comments on commit 0fa688a

Please sign in to comment.