Skip to content

Commit bd0671c

Browse files
remove py3.10 refs
1 parent c69b58b commit bd0671c

File tree

5 files changed

+2
-25
lines changed

5 files changed

+2
-25
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 20
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
python-version: ["3.10", "3.11", 3.12]
12+
python-version: ["3.11", "3.12"]
1313

1414
runs-on: ${{ matrix.os }}
1515

MANIFEST.in

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ readme = { file = ["README.md"] }
5353
#repository = "https://github.com/materialsproject/pymatgen-io-validation"
5454

5555
[tool.setuptools.packages.find]
56-
exclude = ["tests"]
56+
exclude = ["tests","examples"]
5757
where = ["./"]
5858

5959
[tool.versioningit.vcs]

requirements-dev.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)