Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ warn_unused_configs = true
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py{36,37,38,39},black,flake8,mypy
envlist = py{36,37,38,39,310,311},black,flake8,mypy

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39, black, flake8, mypy
3.9: py39
3.10: py310
3.11: py311, black, flake8, mypy

[testenv:black]
deps = black
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
keywords = jump, consistent, hash, jumphash, algorithm
project_urls =
Source=https://github.com/lithammer/python-jump-consistent-hash
Expand Down