Skip to content

Commit

Permalink
Drop support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
himoto committed Nov 19, 2024
1 parent d6159c1 commit fdb2b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Disabling Windows tests as it's known to not work:
# https://github.com/SciML/diffeqpy/pull/86#issuecomment-1011675735
# - windows-latest
python-version: ['3.6', '3.12']
python-version: ['3.8', '3.12']
fail-fast: false
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deps =
pytest
pytest-cov
commands =
python -c 'import diffeqpy; diffeqpy.install()'
python -c 'import diffeqpy; diffeqpy.install(confirm=True)'
py.test \
--pyargs diffeqpy \
{posargs}
Expand Down

0 comments on commit fdb2b8d

Please sign in to comment.