Skip to content

Commit

Permalink
Changed default Py test version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed May 9, 2022
1 parent 04fcbc4 commit 44dd8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import nox

_PY_VERSIONS = ('2.7', '3.7', '3.8', '3.9', '3.10', 'pypy', 'pypy3')
_PY_DEFAULT_VERSION = '3.9'
_PY_DEFAULT_VERSION = '3.10'

nox.options.sessions = ['test-2.7', 'test-{}'.format(_PY_DEFAULT_VERSION), 'test-pypy', 'test-pypy3']

Expand Down

0 comments on commit 44dd8a8

Please sign in to comment.