Skip to content

Commit

Permalink
Merge pull request #585 from maresb/py312
Browse files Browse the repository at this point in the history
Test on Python 3.12
  • Loading branch information
maresb authored Jan 18, 2024
2 parents 4567ff0 + b3029e1 commit 09e58c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
environment-file: environments/dev-environment.yaml
init-shell: powershell
create-args: >-
python=3.11
python=3.12
- name: install conda-lock
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ "3.8", "3.11" ]
python-version: [ "3.8", "3.12" ]
defaults:
run:
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = ["version"]
license-files = { paths = ["LICENSE"] }
Expand Down

0 comments on commit 09e58c9

Please sign in to comment.