Skip to content

Commit

Permalink
Harmonise tox and CI python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Oct 30, 2023
1 parent fe71cca commit 76350bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
matrix:
# os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
python-version: ["3.10"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Checkout the Source Code
Expand Down
4 changes: 2 additions & 2 deletions bindings/python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
# can't install from sdist because local pyo3 repo can't be included in the sdist
skipsdist = true
envlist = py{39,310,311}
envlist = py{310,311,312}

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
description = Run the unit tests under {basepython}
Expand Down

0 comments on commit 76350bb

Please sign in to comment.