forked from github.com/blag
added python 3.10 to ci pipeline
This commit is contained in:
1
.github/workflows/python-package.yaml
vendored
1
.github/workflows/python-package.yaml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
python-version:
|
||||
- 3.8
|
||||
- 3.9
|
||||
- 3.10
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [unreleased]
|
||||
|
||||
* added Python 3.10 to list of supported versions to test against
|
||||
|
||||
## [1.0.0] - 2021-08-18
|
||||
|
||||
* first 1.0 release!
|
||||
|
||||
Reference in New Issue
Block a user