Skip to content

Commit

Permalink
Merge pull request #730 from Yelp/lorenzodb1-add-py311-support
Browse files Browse the repository at this point in the history
Add support for Python 3.11
  • Loading branch information
lorenzodb1 committed Nov 17, 2023
2 parents d068f9e + f5a3b65 commit 4b18fc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.8', '3.9', '3.10']
python: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: ['3.8', '3.9', '3.10']
python: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ backports.entry-points-selectable==1.1.1
certifi==2023.7.22
cfgv==3.2.0
charset-normalizer==2.0.7
coverage==4.5.4
coverage==7.3.2
distlib==0.3.7
filelock==3.13.1
flake8==6.1.0
gibberish-detector==0.1.1
identify==2.3.0
idna==3.4
importlib-metadata==6.8.0
iniconfig==1.1.1
mccabe==0.7.0
monotonic==1.6
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
project = detect_secrets
# These should match the ci python env list
envlist = py{38,39,310},mypy
envlist = py{38,39,310,311},mypy
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 4b18fc2

Please sign in to comment.