diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index fb6112333..a3c7e013c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,6 +18,7 @@ jobs: - ubuntu-latest - windows-latest python-version: + - '3.11' - '3.10' - '3.9' - '3.8' diff --git a/README.md b/README.md index 5b628b795..7aafb06ea 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ pyam: analysis & visualization
of integrated-assessment and macro-energy [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -[![python](https://img.shields.io/badge/python-3.7_|_3.8_|_3.9_|_3.10-blue?logo=python&logoColor=white)](https://github.com/IAMconsortium/pyam) +[![python](https://img.shields.io/badge/python-≥3.7,<3.12-blue?logo=python&logoColor=white)](https://github.com/IAMconsortium/pyam) [![pytest](https://github.com/IAMconsortium/pyam/actions/workflows/pytest.yml/badge.svg)](https://github.com/IAMconsortium/pyam/actions/workflows/pytest.yml) [![ReadTheDocs](https://readthedocs.org/projects/pyam-iamc/badge/?version=latest)](https://pyam-iamc.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/IAMconsortium/pyam/branch/main/graph/badge.svg)](https://codecov.io/gh/IAMconsortium/pyam) diff --git a/docs/index.rst b/docs/index.rst index e2c28ed48..94c0674c7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Release v\ |version|. .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black -.. |python| image:: https://img.shields.io/badge/python-3.7_|_3.8_|_3.9_|_3.10-blue?logo=python&logoColor=white +.. |python| image:: https://img.shields.io/badge/python-≥3.7,<3.12-blue?logo=python&logoColor=white :target: https://github.com/IAMconsortium/pyam .. |pytest| image:: https://github.com/IAMconsortium/pyam/actions/workflows/pytest.yml/badge.svg diff --git a/docs/logos/pyam-header.png b/docs/logos/pyam-header.png index c7b1b83c2..a00011044 100755 Binary files a/docs/logos/pyam-header.png and b/docs/logos/pyam-header.png differ diff --git a/docs/logos/pyam-social-media.png b/docs/logos/pyam-social-media.png index 15bef9e2f..054967666 100755 Binary files a/docs/logos/pyam-social-media.png and b/docs/logos/pyam-social-media.png differ diff --git a/setup.cfg b/setup.cfg index 9b3418036..e117ab077 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ classifiers = [options] packages = pyam include_package_data = True -python_requires = >=3.7.1, <3.11 +python_requires = >=3.7.1, <3.12 # NOTE TO DEVS # If you change a minimum version below, please explicitly implement the change