Skip to content

Commit 7167af4

Browse files
Support for Python 3.9 (#716)
* add fix for wk-libs compatiblity with py 3.9 * fix formatting * enable py 3.9 support for wkcuber * fix type annotation * use same same black, pylint, pytest version as wK-libs * fix wkCuber poetry lock file * fix conftests? * update black to v22.3.0 * fix CI? * foo * applied new black formatting * applied formatting * formated for CI * remove zero width spaces * fix linting error * CI? * updated changelog * Update wkcuber/Changelog.md Co-authored-by: Philipp Otto <[email protected]> * applied PR feedback * renamed type argument Co-authored-by: Philipp Otto <[email protected]>
1 parent f901169 commit 7167af4

File tree

15 files changed

+1427
-1176
lines changed

15 files changed

+1427
-1176
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
strategy:
130130
max-parallel: 4
131131
matrix:
132-
python-version: [3.7, 3.8]
132+
python-version: [3.7, 3.8, 3.9]
133133
defaults:
134134
run:
135135
working-directory: webknossos
@@ -176,7 +176,7 @@ jobs:
176176
strategy:
177177
max-parallel: 4
178178
matrix:
179-
python-version: [3.7, 3.8]
179+
python-version: [3.7, 3.8, 3.9]
180180
defaults:
181181
run:
182182
working-directory: wkcuber

webknossos/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1717
### Added
1818

1919
### Changed
20+
- added Python 3.9 support to wk-libs [#716](https://github.com/scalableminds/webknossos-libs/pull/716)
2021

2122
### Fixed
2223

0 commit comments

Comments
 (0)