Skip to content

Commit 99074da

Browse files
authored
Merge pull request #915 from fractal-analytics-platform/914-move-manifest-creation-ci-to-python311
Move manifest-creation CI to python3.11
2 parents b9283f2 + 025bc65 commit 99074da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/manifest_external_packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- uses: actions/setup-python@v5
8080
with:
81-
python-version: '3.10'
81+
python-version: '3.11'
8282
cache: 'pip'
8383

8484
- name: Update pip

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Testing
66
* Add `spherical-harmonics` extra to scmultiplex, for testing manifest build (\#899).
7+
* Move manifest-creation CI to Python 3.11 (\#915).
78

89
# 1.4.2
910

0 commit comments

Comments
 (0)