Skip to content

Commit

Permalink
Merge pull request #167 from bsipocz/CI_add_predeps_and_py312
Browse files Browse the repository at this point in the history
CI: using newer versions and adding prerelease test
  • Loading branch information
bsipocz authored Jul 25, 2024
2 parents 66a068f + 33f81f5 commit d10324f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_devtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Install dependencies
run: python -m pip install --upgrade tox

- name: Execute notebooks as testing
run: tox -e py310-test-devdeps
run: tox -e py312-test-devdeps
5 changes: 5 additions & 0 deletions .github/workflows/ci_tests_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
python: '3.9'
toxenv: py39-test

- name: Python 3.12 and latest or pre-release version of dependencies
os: ubuntu-latest
python: '3.12'
toxenv: py312-test-predeps

steps:
- uses: actions/checkout@v4

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 =
setuptools >= 30.3.0
pip >= 19.3.1
Expand Down

0 comments on commit d10324f

Please sign in to comment.