Skip to content

Commit 264e1a5

Browse files
authored
Py3.11 (#843)
* upgrade to py3.11 * ci * update upath * fix upath upgrades + cassettes * update generated client * updates cassettes * changelog * minor * update cassettes
1 parent 3e75a1a commit 264e1a5

File tree

74 files changed

+6280
-3410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+6280
-3410
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
max-parallel: 4
4242
matrix:
4343
executors: [multiprocessing, slurm, kubernetes]
44-
python-version: ["3.8", "3.9", "3.10"]
44+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4545
defaults:
4646
run:
4747
working-directory: cluster_tools
@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
max-parallel: 4
139139
matrix:
140-
python-version: ["3.8", "3.9", "3.10"]
140+
python-version: ["3.8", "3.9", "3.10", "3.11"]
141141
group: [1, 2, 3]
142142
fail-fast: false
143143
defaults:
@@ -439,9 +439,6 @@ jobs:
439439
!github.event.pull_request.head.repo.fork
440440
runs-on: ubuntu-latest
441441

442-
strategy:
443-
max-parallel: 4
444-
445442
steps:
446443
- uses: actions/checkout@v3
447444
- name: Set up Python 3.8

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1515
group: [1, 2, 3]
1616
fail-fast: false
1717
defaults:

cluster_tools/poetry.lock

Lines changed: 57 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cluster_tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ typing-extensions = "^4.4.0"
1616
black = "^23.1.0"
1717
icecream = "^2.1.1"
1818
isort = "^5.9.3"
19-
mypy = "1.0.0"
19+
mypy = "^1.0.0"
2020
pylint = "^2.16.2"
2121
pytest = "^7.2.1"
2222

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dunamai==1.6.0
2-
poetry==1.3.2
1+
dunamai==1.17.0
2+
poetry==1.5.1

webknossos/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
1515
### Breaking Changes
1616

1717
### Added
18+
- Added support for Python 3.11. [#843](https://github.com/scalableminds/webknossos-libs/pull/843)
1819

1920
### Changed
2021

0 commit comments

Comments
 (0)