Skip to content

Commit

Permalink
support py311 locks (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Apr 21, 2023
1 parent ae4b169 commit 4c788c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ENV_NAME: "ci-locks"
strategy:
matrix:
lock: [py38-lock, py39-lock, py310-lock]
lock: [py38-lock, py39-lock, py310-lock, py311-lock]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
description = Units of measure as required by the Climate and Forecast (CF) metadata conventions
download_url = https://github.com/SciTools/cf-units
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires =
tox-run-command


[testenv:py{38,39,310}-lock]
[testenv:py{38,39,310,311}-lock]
allowlist_externals =
cp
changedir =
Expand Down

0 comments on commit 4c788c7

Please sign in to comment.