Skip to content

Commit fffc18a

Browse files
authored
Remove unsupported 3.7 from GitHub actions (#64)
1 parent 82c26b8 commit fffc18a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
10+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1111
name: Style, pytest
1212
steps:
1313
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ plugins = [
1111
[[tool.mypy.overrides]]
1212
module = [
1313
"pandas.*",
14+
"pkg_resources.*",
1415
"rdkit.*",
1516
"scipy.*",
1617
"tqdm.*",

0 commit comments

Comments
 (0)