Skip to content

Commit d464951

Browse files
committed
update poetry structure
1 parent ee0339c commit d464951

File tree

5 files changed

+940
-971
lines changed

5 files changed

+940
-971
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==22.1.2
22
nox==2022.1.7
33
nox-poetry==1.0.0
4-
poetry==1.1.13
4+
poetry==1.3.1
55
virtualenv==20.14.1

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
- { python: "3.10", os: "ubuntu-latest", session: "mypy" }
1818
- { python: "3.9", os: "ubuntu-latest", session: "mypy" }
1919
- { python: "3.8", os: "ubuntu-latest", session: "mypy" }
20-
- { python: "3.7", os: "ubuntu-latest", session: "mypy" }
2120
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
2221
- { python: "3.9", os: "ubuntu-latest", session: "tests" }
2322
- { python: "3.8", os: "ubuntu-latest", session: "tests" }
24-
- { python: "3.7", os: "ubuntu-latest", session: "tests" }
2523
- { python: "3.10", os: "windows-latest", session: "tests" }
2624
- { python: "3.10", os: "macos-latest", session: "tests" }
2725
- { python: "3.10", os: "ubuntu-latest", session: "typeguard" }

noxfile.py

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

2424

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

0 commit comments

Comments
 (0)