Skip to content

Commit

Permalink
Remove Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Jun 7, 2024
1 parent c6bb18e commit efdd1b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
matrix:
os: [ubuntu-latest]
gcc_v: [10]
python_v: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python_v: ['3.8', '3.9', '3.10', '3.11', '3.12']

env:
FC: gfortran
Expand Down
2 changes: 1 addition & 1 deletion python/mesonpep517.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ classifiers = [
"Intended Audience :: Science/Research",
"Programming Language :: Fortran",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics",
]
Expand Down
4 changes: 2 additions & 2 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ classifiers =
Programming Language :: Fortran
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Chemistry

[options]
Expand All @@ -36,7 +36,7 @@ tests_require =
ase
pyscf
qcelemental
python_requires = >=3.7
python_requires = >=3.8

[options.extras_require]
ase = ase
Expand Down

0 comments on commit efdd1b0

Please sign in to comment.