1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

added python 3.10 to ci pipeline

This commit is contained in:
Bastian Venthur
2021-08-18 20:29:45 +02:00
parent 67f24642e5
commit c0dae31b60
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ jobs:
python-version: python-version:
- 3.8 - 3.8
- 3.9 - 3.9
- 3.10
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [unreleased]
* added Python 3.10 to list of supported versions to test against
## [1.0.0] - 2021-08-18 ## [1.0.0] - 2021-08-18
* first 1.0 release! * first 1.0 release!