Skip to content

Commit

Permalink
Support & test Python 3.10 (AnalogJ#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand authored and MasinAD committed Mar 29, 2022
1 parent 1d80d6e commit 7c3765f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .azure-pipelines/templates/integration-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@ jobs:
matrix:
linux-python-3.6:
PYTHON_VERSION: 3.6
linux-python-3.9-light:
PYTHON_VERSION: 3.9
linux-python-3.10-light:
PYTHON_VERSION: 3.10
TOXENV: light
linux-python-3.9-cover:
PYTHON_VERSION: 3.9
linux-python-3.10-cover:
PYTHON_VERSION: 3.10
TOXENV: cover
linux-lint:
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.10
TOXENV: lint
linux-mypy:
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.10
TOXENV: mypy
macos-python-3.6:
IMAGE: macOS-10.15
PYTHON_VERSION: 3.6
macos-python-3.8:
macos-python-3.10:
IMAGE: macOS-10.15
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.10
windows-python-3.6:
IMAGE: windows-latest
PYTHON_VERSION: 3.6
windows-python-3.9:
windows-python-3.10:
IMAGE: windows-latest
PYTHON_VERSION: 3.9
PYTHON_VERSION: 3.10
pool:
vmImage: $(IMAGE)
steps:
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/packaging-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: 3.8
versionSpec: 3.10
addToPath: true
displayName: Install Python
- script: |
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: 3.8
versionSpec: 3.10
addToPath: true
displayName: Install Python
- script: |
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/release-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
displayName: Retrieve Python dist
- task: UsePythonVersion@0
inputs:
versionSpec: 3.8
versionSpec: 3.10
addToPath: true
displayName: Install Python
- script: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
authors = [
"Jason Kulatunga", "Adrien Ferrand"
Expand Down

0 comments on commit 7c3765f

Please sign in to comment.