Skip to content

Commit

Permalink
move to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Aug 13, 2024
1 parent 709175b commit f4409bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py3}-tensorflow-{2.13,2.15,2.16}
envlist = {py3}-tensorflow-{2.13,2.16,2.17}

[testenv]
setenv =
Expand All @@ -9,8 +9,8 @@ deps = pytest
flake8
-rrequirements.txt
tensorflow-2.13: tensorflow==2.13
tensorflow-2.15: tensorflow==2.15
tensorflow-2.16: tensorflow==2.16
tensorflow-2.16: tensorflow==2.16.2
tensorflow-2.17: tensorflow==2.17
changedir = tasks/
commands = pylint --disable=R,C,W,E1136 ../tcn
flake8 ../tcn --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit f4409bd

Please sign in to comment.