Skip to content

Commit

Permalink
chore(azure-ci.yml): Test under 3.9 instead of 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaziarz committed Jul 13, 2023
1 parent 855e291 commit 876e40a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ navigate to it and run `pip install -e ./` to install it as a local editable pac

You will then be able to use the `tf2_gnn.layers.GNN` class and related utilities.

This code was tested in Python 3.6 and 3.7 with TensorFlow 2.0 and 2.1.
This code was tested in Python 3.7, 3.8 and 3.9.

The code is maintained by the [All Data AI](https://www.microsoft.com/en-us/research/group/ada/)
group at Microsoft Research, Cambridge, UK.
Expand Down
8 changes: 4 additions & 4 deletions pipelines/azure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

strategy:
matrix:
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
maxParallel: 4

steps:
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6'
displayName: 'Set python version to 3.6'
versionSpec: '3.7'
displayName: 'Set python version to 3.7'

- task: ComponentGovernanceComponentDetection@0
inputs:
Expand Down

0 comments on commit 876e40a

Please sign in to comment.