Skip to content

Commit

Permalink
Merge pull request #368 from particle1331/dev
Browse files Browse the repository at this point in the history
Update tox.ini to python 3.10
  • Loading branch information
particle1331 committed Apr 25, 2024
2 parents 5aa46cd + a134bc4 commit 218e42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ skipsdist = true

[gh-actions]
python =
3.9: build, deploy
3.10: build, deploy

[testenv]
basepython = python3.9
basepython = python3.10
deps =
-r{toxinidir}/build-requirements.txt

Expand Down

0 comments on commit 218e42d

Please sign in to comment.