Skip to content

Commit 3394a32

Browse files
authored
Merge pull request quickwit-oss#37 from Kapiche/kapiche-master
Update this fork from upstream
2 parents 38332cf + a9fde06 commit 3394a32

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
os: [ubuntu-latest, macos-latest, windows-latest]
3636
python-version: [3.9]
3737
include:
38+
- os: ubuntu-latest
39+
python-version: "3.11"
3840
- os: ubuntu-latest
3941
python-version: "3.10"
4042
- os: ubuntu-latest

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import nox
22

33

4-
@nox.session(python=["3.7", "3.8", "3.9", "3.10"])
4+
@nox.session(python=["3.7", "3.8", "3.9", "3.10", "3.11"])
55
def test(session):
66
session.install("-rrequirements-dev.txt")
77
session.install("-e", ".", "--no-build-isolation")

0 commit comments

Comments
 (0)