From 8a8772c5233ffa52fccf6407f1fd704ade1ffe63 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Fri, 15 Oct 2021 18:20:21 +0300 Subject: [PATCH] Updated for version 0.9, added python 3.10 runner for azure --- README.md | 1 + azure-pipelines.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 60d7f18..e0d40a1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Exchange original API docs: [https://exchange-docs.crypto.com](https://exchange- ### Changelog +- **0.9.0** - updated coins, refactored wallet transactions - **0.8.1** - fixed coin name generation - **0.8** - fixed tests with updated coins - **0.7.12** - updated coins, added websocket timeouts diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bef7044..23d2643 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,6 +29,8 @@ strategy: python.version: '3.8' Python39: python.version: '3.9' + Python310: + python.version: '3.10' steps: - checkout: self