Skip to content

Commit

Permalink
ci: update to Python 3.10 and add 3.11-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Mar 23, 2022
1 parent b1ae1c2 commit 922d090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10-dev'
- '3.10'
- '3.11-dev'

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def mypy(session):
session.run('mypy', '-p', 'mesonpy')


@nox.session(python=['3.7', '3.8', '3.9', '3.10'])
@nox.session(python=['3.7', '3.8', '3.9', '3.10', '3.11'])
def test(session):
htmlcov_output = os.path.join(session.virtualenv.location, 'htmlcov')
xmlcov_output = os.path.join(session.virtualenv.location, f'coverage-{session.python}.xml')
Expand Down

0 comments on commit 922d090

Please sign in to comment.