Skip to content

Commit dfaab05

Browse files
Merge pull request #5154 from chrishavlin/update_ci_ubuntu_version
2 parents 6124dbe + e75458e commit dfaab05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
tests-type: unit
3838
test-runner: pytest
3939
venv-loc: Scripts
40-
- os: ubuntu-20.04
41-
python-version: '3.10.3'
40+
- os: ubuntu-22.04
41+
python-version: '3.10.4'
4242
dependencies: minimal
4343
tests-type: unit
4444
test-runner: pytest

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [
24-
ubuntu-20.04,
24+
ubuntu-22.04,
2525
windows-2022,
2626
macos-13, # x86_64
2727
macos-14, # arm64

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
keywords = [
3939
"astronomy astrophysics visualization amr adaptivemeshrefinement",
4040
]
41-
requires-python = ">=3.10.3"
41+
requires-python = ">=3.10.4"
4242

4343
# keep in sync with minimal_requirements.txt
4444
dependencies = [

0 commit comments

Comments
 (0)