Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Update to python 3.9 #11

Merged
merged 1 commit into from
Jan 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: bionic
dist: focal
sudo: true
language: python
python:
- "3.7"
- "3.9"
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020, Xavier Dupré, ...
Copyright (c) 2020-2021, Xavier Dupré, ...

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ image:
- Visual Studio 2019
environment:
matrix:
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
- PYTHON: "C:\\Python39-x64"
PYTHON_VERSION: "3.9.x"
PYTHON_ARCH: "64"
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"

install:
- "%PYTHON%\\python -m pip install -r requirements.txt"
- "%PYTHON%\\python -m pip install pymyinstall"
- "%PYTHON%\\Scripts\\pymy_install3 fiona gdal"
- "%PYTHON%\\Scripts\\pymy_install3 fiona gdal shapely cartopy"
- "%PYTHON%\\python -m pip install -r requirements-dev.txt"
build: off

Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python37-Linux:
python.version: '3.7'
Python39-Linux:
python.version: '3.9'
maxParallel: 3

steps:
Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
vmImage: 'macOS-latest'
strategy:
matrix:
Python37-Mac:
python.version: '3.7'
Python39-MacOs:
python.version: '3.9'
maxParallel: 3

steps:
Expand Down