Skip to content

Commit

Permalink
Drop Python 3.7 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin authored Sep 18, 2023
1 parent 52f1638 commit 8d0900c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
fail-fast: false
matrix:
include:
- python: '^3.10'
- python: '^3.11'
os: macos-latest
- python: '3.10'
- python: '3.11'
os: windows-latest
- python: 3.9
- python: '3.10'
os: ubuntu-latest
- python: 3.8
- python: '3.9'
os: macos-latest
- python: 3.7
- python: '3.8'
os: windows-latest
- python: 3.7
- python: '3.8'
os: ubuntu-latest
versions: minimal
runs-on: ${{matrix.os}}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -30,7 +29,7 @@ classifiers = [
"Typing :: Typed",
]
dynamic = ["version"]
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"click >=8.1",
"markdown >=3.3",
Expand Down

0 comments on commit 8d0900c

Please sign in to comment.