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

Merge pull request #5 from venthur/py310

added python 3.10 to ci pipeline
This commit is contained in:
Bastian Venthur
2021-10-06 13:23:19 +02:00
committed by GitHub
3 changed files with 2 additions and 1 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

@@ -2,6 +2,7 @@
## [unreleased] ## [unreleased]
* added Python 3.10 to list of supported versions to test against
* added dependabot to github workflows * added dependabot to github workflows
## [1.0.0] - 2021-08-18 ## [1.0.0] - 2021-08-18

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
from setuptools import setup from setuptools import setup
meta = {} meta = {}