From 1efdbc02d9209e5a80fa78216498f080460e931a Mon Sep 17 00:00:00 2001 From: Peter Kalverla Date: Wed, 3 Aug 2022 14:54:47 +0200 Subject: [PATCH] Drop python 3.7 and add 3.10 --- .github/workflows/build.yml | 2 +- docs/project_setup.md | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e25099c..c97e78a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python-version: ['3.7', '3.8', '3.9'] + python-version: ['3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/docs/project_setup.md b/docs/project_setup.md index c0f0a9f..3f297ce 100644 --- a/docs/project_setup.md +++ b/docs/project_setup.md @@ -11,9 +11,9 @@ checklist](https://guide.esciencecenter.nl/#/best_practices/checklist). This repository is set up with Python versions: -- 3.7 - 3.8 - 3.9 +- 3.10 Add or remove Python versions based on project requirements. See [the guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python) for more information about Python diff --git a/pyproject.toml b/pyproject.toml index f7f24fe..d779d54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ command_line = "-m pytest" [tool.tox] legacy_tox_ini = """ [tox] -envlist = py37,py38,py39 +envlist = py38,py39,py310 skip_missing_interpreters = true [testenv] commands = pytest diff --git a/setup.cfg b/setup.cfg index f932077..1f643bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,9 +12,9 @@ classifiers = License :: OSI Approved :: Apache Software License Natural Language :: English Programming Language :: Python :: 3 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 description = python package for s2s forecasts with ai keywords = s2s