Skip to content

Commit

Permalink
add py38 targets to AzP
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 25, 2019
1 parent e91ee2a commit aba37f6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ci/azp/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
Python37:
python.version: '3.7'
sidx.version: '1.9.3'

Python38:
python.version: '3.8'
sidx.version: '1.9.3'

steps:
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
Expand Down
5 changes: 4 additions & 1 deletion ci/azp/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
Python37:
python.version: '3.7'
sidx.version: '1.9.3'

Python38:
python.version: '3.8'
sidx.version: '1.9.3'

steps:
- script: |
echo "Removing homebrew from Azure to avoid conflicts."
Expand Down
3 changes: 3 additions & 0 deletions ci/azp/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
Python37:
python.version: '3.7'
sidx.version: '1.9.3'
Python38:
python.version: '3.8'
sidx.version: '1.9.3'

steps:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author_email = '[email protected]',
maintainer = 'Howard Butler',
maintainer_email = '[email protected]',
url = 'http://toblerity.github.com/rtree/',
url = 'https://github.com/Toblerity/rtree',
long_description = readme_text,
packages = ['rtree'],
install_requires = ['setuptools'],
Expand Down

0 comments on commit aba37f6

Please sign in to comment.