Skip to content

Commit

Permalink
test with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Dec 20, 2023
1 parent 4ddf1c4 commit 456e628
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
# do not cancel any jobs when a single job fails
fail-fast: false
Expand All @@ -38,6 +38,7 @@ jobs:
run: |
pip install --no-cache-dir --upgrade pip
pip install --no-cache-dir --requirement requirements-dev.txt
pip install setuptools
- name: Run code linting checks
run: make ci-lint
Expand Down
18 changes: 17 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pynacl = "^1.5"
pytest = "^7.4"
pytest-benchmark = "^4.0"
ruff = "^0.1.8"
setuptools = "^69.0.2"

[tool.black]
exclude = '/(submodules)/'
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pysodium==0.7.17 ; python_version >= "3.8" and python_version < "4.0"
pytest-benchmark==4.0.0 ; python_version >= "3.8" and python_version < "4.0"
pytest==7.4.3 ; python_version >= "3.8" and python_version < "4.0"
ruff==0.1.8 ; python_version >= "3.8" and python_version < "4.0"
setuptools==69.0.2 ; python_version >= "3.8" and python_version < "4.0"
snowballstemmer==2.2.0 ; python_version >= "3.8" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11"
tomlkit==0.12.3 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit 456e628

Please sign in to comment.