Skip to content

Commit

Permalink
CI: adding python 3.12 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Dec 21, 2023
1 parent 7cb333f commit 2e83d21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci_tests_run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@ jobs:
os: ubuntu-latest

- python-version: '3.11'
toxenv: py311-test-devdeps
name: with Python 3.11 and developer versioned dependencies
toxenv: py311-test
name: with Python 3.11 and latest released version of dependencies
os: ubuntu-latest

- python-version: '3.12'
toxenv: py312-test-devdeps
name: with Python 3.12 and developer versioned dependencies
os: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{39,310,311}-test{,-oldestdeps,-devdeps,-predeps}{,-buildhtml}
py{39,310,311,312}-test{,-oldestdeps,-devdeps,-predeps}{,-buildhtml}
requires =
pip >= 19.3.1

Expand Down

0 comments on commit 2e83d21

Please sign in to comment.