Skip to content

Commit b47c246

Browse files
committed
Fix bad pyproject.
1 parent 05d5ec9 commit b47c246

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
max-parallel: 20
2222
matrix:
23-
python-version: ["3.9", "3.10"]
23+
python-version: ["3.10"]
2424

2525
runs-on: ubuntu-latest
2626
env:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ dependencies = []
88
authors = [
99
{ name = "Shyue Ping Ong", email = "[email protected]" },
1010
]
11-
url = "https://materialsvirtuallab.org"
1211
classifiers = [
1312
"Development Status :: 4 - Beta",
1413
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)