Skip to content

Commit 1dd9f64

Browse files
feat: cache venv_lookup results per directory with LRU cache
- feat: drop support for python 3.8 and 3.9
1 parent f87bded commit 1dd9f64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.10"]
11+
python-version: ["3.10"]
1212

1313
steps:
1414
- uses: actions/checkout@v2

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.10", "3.11"]
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)