We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d5ec9 commit b47c246Copy full SHA for b47c246
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
max-parallel: 20
22
matrix:
23
- python-version: ["3.9", "3.10"]
+ python-version: ["3.10"]
24
25
runs-on: ubuntu-latest
26
env:
pyproject.toml
@@ -8,7 +8,6 @@ dependencies = []
8
authors = [
9
{ name = "Shyue Ping Ong", email = "[email protected]" },
10
]
11
-url = "https://materialsvirtuallab.org"
12
classifiers = [
13
"Development Status :: 4 - Beta",
14
"Intended Audience :: Science/Research",
0 commit comments