Skip to content

Commit

Permalink
Bump ci to python3.11 by default
Browse files Browse the repository at this point in the history
Bump all ci jobs to python 3.11 by default, run builds only on python
3.11 and python 3.12 .
  • Loading branch information
RomaricKanyamibwa committed Jan 29, 2024
1 parent b52c2d3 commit 991a9ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.9", "3.10"]
python: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Install Tox and any other packages
run: |
python -m pip install -U pip
Expand All @@ -51,5 +51,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39-cov
envlist = py311-cov

[testenv]
deps =
Expand Down

0 comments on commit 991a9ac

Please sign in to comment.