From e38fef060e55f16c6cb416508a6f13add772ef6c Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Tue, 5 Sep 2023 23:43:55 +0200 Subject: [PATCH] test python 3.11 (#284) * test python 3.11 * changelog --- .github/workflows/ci-cd-workflow.yml | 2 +- CHANGELOG.rst | 4 +++- setup.cfg | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd-workflow.yml b/.github/workflows/ci-cd-workflow.yml index c5416884..5122f68f 100644 --- a/.github/workflows/ci-cd-workflow.yml +++ b/.github/workflows/ci-cd-workflow.yml @@ -60,7 +60,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python-version: ["3.7", "3.9", "3.10"] + python-version: ["3.7", "3.9", "3.11"] defaults: run: shell: bash -l {0} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index efea4361..6db551a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -153,7 +153,9 @@ Internal Changes numpy v1.22.0 (`#137 `_). By `Mathias Hauser `_. -- Add python 3.10 to list of supported versions (`#162 `_). +- Add python 3.10 and python 3.11 to list of supported versions (`#162 + `_ and `#284 + `_). By `Mathias Hauser `_. - Move contents of setup.py to setup.cfg (`#169 `_). diff --git a/setup.cfg b/setup.cfg index fd5ab22e..c6a718d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Scientific/Engineering Topic :: Scientific/Engineering :: Atmospheric Science