Skip to content

Commit

Permalink
bump to py312 default
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Dec 12, 2023
1 parent 9836ec0 commit 264fe18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@main
with:
os: ubuntu-latest
py3version: "11"
py3version: "12"
notebook_kernel: pam
lint: false
upload_to_codecov: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-scheduled-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@main
with:
os: ubuntu-latest
py3version: "11"
py3version: "12"
notebook_kernel: pam
pytest_args: '--no-cov' # ignore coverage
cache_mamba_env: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
py3version: ["10", "11"]
py3version: ["10", "12"]
fail-fast: false
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@main
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ numpy >= 1, < 2
pandas >= 1.5, < 3
plotly >= 4, < 6
prettytable >= 3, < 4
python-Levenshtein >= 0.21, < 0.22
python-Levenshtein >= 0.21, < 0.24
rich >= 12, < 14
Rtree >= 1, < 2
s2sphere < 0.3
Expand Down

0 comments on commit 264fe18

Please sign in to comment.