Skip to content

Commit

Permalink
feat: update setup.cfg with latest Python and TF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cofri committed Oct 17, 2023
1 parent 97ce21e commit ec61e65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ per-file-ignores =

[tox:tox]
envlist =
py{37,38,39,310}-tf{22,23,24,25,26,27,28,29,210,211,212,213,latest}
py{37,38,39,310}-lint
py{37,38,39,310,311}-tf{22,23,24,25,26,27,28,29,210,211,212,213,214,latest}
py{37,38,39,310,311}-lint

[testenv]
deps =
Expand All @@ -28,11 +28,12 @@ deps =
tf211: tensorflow ~= 2.11.0
tf212: tensorflow ~= 2.12.0
tf213: tensorflow ~= 2.13.0
tf214: tensorflow ~= 2.14.0

commands =
python -m unittest

[testenv:py{37,38,39,310}-lint]
[testenv:py{37,38,39,310,311}-lint]
skip_install = true
deps =
black
Expand Down

0 comments on commit ec61e65

Please sign in to comment.