Skip to content

Commit

Permalink
ci: test 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
coderkalyan committed Nov 24, 2021
1 parent 7ae17ce commit 872ad69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions appveyor.yml
Expand Up @@ -7,6 +7,10 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python39-x64"

- job_group: tests
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
PYTHON: "3.10"

- job_group: tests
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
PYTHON: "3.9"
Expand Down Expand Up @@ -56,6 +60,7 @@ for:
- sh: 'if [ "$APPVEYOR_BUILD_WORKER_IMAGE" == "macos" ]; then brew install graphviz; fi'
# Shared config.
- python -m pip install --upgrade pip setuptools nox
- python --version
test_script:
# GNU/Linux test.
- sh: nox --non-interactive --error-on-missing-interpreters --session test lint --python $PYTHON
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -9,7 +9,7 @@
import nox


PYTHONS = ["3.6", "3.7", "3.8", "3.9"]
PYTHONS = ["3.6", "3.7", "3.8", "3.9", "3.10"]
"""The newest supported Python shall be listed LAST."""

nox.options.error_on_external_run = True
Expand Down

0 comments on commit 872ad69

Please sign in to comment.