Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add python 3.11 support #269

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@ name: Python CI

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches:
- '**'
- '**'

jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8']
toxenv: ['py', 'quality']
python-version:
- '3.8'
- '3.11'
toxenv:
- 'py'
- 'quality'

steps:
- name: checkout repo
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Change Log
Unreleased
~~~~~~~~~~

3.1.1 - 2024-04-15
~~~~~~~~~~~~~~~~~~

* Adding python3.11 support.


3.0.2 - 2023-04-17
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pytest_repo_health/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from typing import Union

__version__ = "3.0.2"
__version__ = "3.1.0"


def health_metadata(parent_path: list, output_keys: dict):
Expand Down
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
aiohttp==3.9.3
aiohttp==3.9.4
# via
# github-py
# pytest-aiohttp
Expand All @@ -24,7 +24,7 @@ gitdb==4.0.11
# via gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/github.in
gitpython==3.1.42
gitpython==3.1.43
# via -r requirements/base.in
idna==2.10
# via
Expand All @@ -36,18 +36,18 @@ multidict==6.0.5
# via
# aiohttp
# yarl
packaging==23.2
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/base.in
# pytest-aiohttp
# pytest-asyncio
pytest-aiohttp==1.0.5
# via -r requirements/base.in
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via pytest-aiohttp
pyyaml==6.0.1
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.4
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via tox
platformdirs==4.2.0
# via virtualenv
Expand Down
46 changes: 22 additions & 24 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
aiohttp==3.9.3
aiohttp==3.9.4
# via
# -r requirements/quality.txt
# github-py
Expand All @@ -13,8 +13,6 @@ aiosignal==1.3.1
# via
# -r requirements/quality.txt
# aiohttp
annotated-types==0.6.0
# via pydantic
astroid==3.1.0
# via
# -r requirements/quality.txt
Expand All @@ -28,7 +26,7 @@ attrs==23.2.0
# via
# -r requirements/quality.txt
# aiohttp
build==1.0.3
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -44,11 +42,11 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.6.0
code-annotations==1.8.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -70,7 +68,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.1
filelock==3.13.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -86,7 +84,7 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/quality.txt
gitpython==3.1.42
gitpython==3.1.43
# via -r requirements/quality.txt
idna==2.10
# via
Expand All @@ -95,10 +93,12 @@ idna==2.10
# yarl
importlib-metadata==4.13.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/pip-tools.txt
# build
inflect==7.0.0
# typeguard
inflect==7.2.0
# via jinja2-pluralize
iniconfig==2.0.0
# via
Expand All @@ -124,12 +124,14 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
more-itertools==10.2.0
# via inflect
multidict==6.0.5
# via
# -r requirements/quality.txt
# aiohttp
# yarl
packaging==23.2
packaging==24.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -141,7 +143,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand All @@ -162,10 +164,6 @@ py==1.11.0
# tox
pycodestyle==2.11.1
# via -r requirements/quality.txt
pydantic==2.6.3
# via inflect
pydantic-core==2.16.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.2
Expand Down Expand Up @@ -195,19 +193,19 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/quality.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
pytest-aiohttp==1.0.5
# via -r requirements/quality.txt
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/quality.txt
# pytest-aiohttp
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/quality.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -257,28 +255,28 @@ tomlkit==0.12.4
# pylint
tox==3.28.0
# via -r requirements/ci.txt
typing-extensions==4.10.0
typeguard==4.2.1
# via inflect
typing-extensions==4.11.0
# via
# -r requirements/quality.txt
# annotated-types
# astroid
# inflect
# pydantic
# pydantic-core
# pylint
# typeguard
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
wheel==0.42.0
wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.9.4
# via
# -r requirements/quality.txt
# aiohttp
zipp==3.17.0
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
21 changes: 11 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
aiohttp==3.9.3
aiohttp==3.9.4
# via
# -r requirements/test.txt
# github-py
Expand Down Expand Up @@ -37,7 +37,7 @@ charset-normalizer==2.0.12
# via
# -c requirements/constraints.txt
# requests
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -65,7 +65,7 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.42
gitpython==3.1.43
# via -r requirements/test.txt
idna==2.10
# via
Expand All @@ -77,6 +77,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==4.13.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# sphinx
iniconfig==2.0.0
Expand All @@ -92,9 +93,9 @@ multidict==6.0.5
# -r requirements/test.txt
# aiohttp
# yarl
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -115,19 +116,19 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
pytest-aiohttp==1.0.5
# via -r requirements/test.txt
pytest-asyncio==0.23.5
pytest-asyncio==0.23.6
# via
# -r requirements/test.txt
# pytest-aiohttp
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.txt
pytz==2024.1
# via babel
Expand Down Expand Up @@ -174,13 +175,13 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.10.0
typing-extensions==4.11.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
yarl==1.9.4
# via
# -r requirements/test.txt
# aiohttp
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
11 changes: 6 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
#
# make upgrade
#
build==1.0.3
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==4.13.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -25,9 +26,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading