Skip to content

Commit 0211917

Browse files
committed
update to 2.1.12 (fix pymatgen deprecation)
1 parent 0e3c558 commit 0211917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.8", "3.9", "3.10"]
12+
python-version: ["3.10"]
1313

1414
steps:
1515
- uses: actions/checkout@master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
3535
"Operating System :: OS Independent",
3636
],
37-
python_requires='>=3.8',
37+
python_requires='>=3.10',
3838
entry_points={'console_scripts': [
3939
'apex = apex.__main__:main',
4040
]}

0 commit comments

Comments
 (0)