Skip to content

Commit

Permalink
Drop 3.10 Python support
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Sep 12, 2024
1 parent 9a34c79 commit c1a8b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand All @@ -34,7 +33,7 @@ maintainers = [
]
name = "glass"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license.file = "LICENSE"

[project.optional-dependencies]
Expand Down

0 comments on commit c1a8b00

Please sign in to comment.