Skip to content

Commit b34b267

Browse files
authored
Merge pull request #260 from TGSAI/deps/min_python_39
Drop Python 3.8 Support to Enable Newer Dependencies
2 parents 5694c18 + bb64705 commit b34b267

4 files changed

Lines changed: 142 additions & 163 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
include:
1515
- { python: "3.11", os: "ubuntu-latest", session: "pre-commit" }
1616
- { python: "3.11", os: "ubuntu-latest", session: "safety" }
17+
# - { python: "3.11", os: "ubuntu-latest", session: "mypy" }
1718
# - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
1819
# - { python: "3.9", os: "ubuntu-latest", session: "mypy" }
19-
# - { python: "3.8", os: "ubuntu-latest", session: "mypy" }
2020
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
2121
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
2222
- { python: "3.9", os: "ubuntu-latest", session: "tests" }
23-
- { python: "3.8", os: "ubuntu-latest", session: "tests" }
2423
- { python: "3.11", os: "windows-latest", session: "tests" }
2524
- { python: "3.11", os: "macos-latest", session: "tests" }
25+
# - { python: "3.11", os: "ubuntu-latest", session: "typeguard" }
2626
# - { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
2727
# - { python: "3.10", os: "ubuntu-latest", session: "xdoctest" }
2828
- { python: "3.11", os: "ubuntu-latest", session: "docs-build" }

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
package = "mdio"
26-
python_versions = ["3.11", "3.10", "3.9", "3.8"]
26+
python_versions = ["3.11", "3.10", "3.9"]
2727
nox.needs_version = ">= 2022.1.7"
2828
nox.options.sessions = (
2929
"pre-commit",

0 commit comments

Comments
 (0)