Compare commits
2 Commits
2a19a29aa1
...
c322d0b4f9
Author | SHA1 | Date |
---|---|---|
Sebastian Lohff | c322d0b4f9 | |
Sebastian Lohff | 0cec13c9ba |
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python: [2.7, 3.7, 3.8, 3.9, "3.10", 3.11]
|
python: [2.7, 3.6, 3.7, 3.8, 3.9]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -8,8 +8,7 @@ servefile changelog
|
||||||
|
|
||||||
* code reformatting for better maintainability
|
* code reformatting for better maintainability
|
||||||
* upload to uploaddir instead of /tmp for large files
|
* upload to uploaddir instead of /tmp for large files
|
||||||
* add python3.10 / python3.11 support
|
* python3.11 support
|
||||||
* drop python3.6 support
|
|
||||||
|
|
||||||
|
|
||||||
2021-11-18 v0.5.3
|
2021-11-18 v0.5.3
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -38,6 +38,7 @@ setup(
|
||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
|
|
Loading…
Reference in New Issue