Skip to content

Commit

Permalink
drop python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Jan 22, 2024
1 parent 903d7b7 commit 6da96a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "mda_xdrlib"
description = "Stand-alone XDRLIB module (from cpython 3.10.8)"
authors = [{name = "The MDAnalysis development team", email = "[email protected]"}]
maintainers = [{name = "The MDAnalysis development team", email = "[email protected]"}]
requires-python = ">= 3.7"
requires-python = ">= 3.8"
readme = "README.md"
license = { file="LICENSE" }
classifiers = [
Expand All @@ -18,7 +18,6 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Archiving",
"License :: OSI Approved :: Python Software Foundation License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 6da96a5

Please sign in to comment.