Updated for version 0.9, added python 3.10 runner for azure

api-breakage
Morty Space 4 years ago
parent 439b8b4950
commit 8a8772c523
  1. 1
      README.md
  2. 2
      azure-pipelines.yml

@ -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

@ -29,6 +29,8 @@ strategy:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
- checkout: self

Loading…
Cancel
Save