Skip to content

Commit 0633e9a

Browse files
committed
py 3.11
1 parent 96cbb23 commit 0633e9a

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.11"
1919
- name: install lite
2020
run: pip install -e .[dev]
2121
working-directory: ./src
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v3
4242
- uses: actions/setup-python@v4
4343
with:
44-
python-version: "3.10"
44+
python-version: "3.11"
4545
- name: install lite
4646
run: pip install -e .[dev]
4747
working-directory: ./src

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.11"
1919
- name: Build wheel
2020
run: pip install build && python -m build
2121
- name: Publish to PyPI

.github/workflows/check-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v2
1313
with:
14-
python-version: "3.10"
14+
python-version: "3.11"
1515
- name: Install pre-commit
1616
run: pip install pre-commit && pre-commit install
1717
- name: Run pre-commit. This will fail if pre-commit hooks fail.

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.11"
2222
- name: install python dependencies
2323
run: pip install "src/[test, docs]"
2424
- name: deploy docs to gh

.github/workflows/tests-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.11"
2222
- name: run classification tests and report coverage
2323
run: |
2424
pip install -e "./src/[dev]"

0 commit comments

Comments
 (0)