Skip to content

Commit

Permalink
remove python 3.8 from testing matrix due to NIR incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshraghian committed Jul 18, 2024
1 parent 8e5962f commit c22aa34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.8, 3.9, 3.10, 3.11 and for PyPy. Check
3. The pull request should work for Python 3.9, 3.10, 3.11 and for PyPy. Check
https://github.com/jeshraghian/snntorch/actions
and make sure that the tests pass for all supported Python versions.

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python =
3.11: py311
3.10: py310
3.9: py39
3.8: py38

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit c22aa34

Please sign in to comment.