From 27c7544fc3811b383b5eb948fd6856187ffc0496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jules=20Ch=C3=A9ron?= Date: Tue, 26 Oct 2021 23:51:19 +0200 Subject: [PATCH 1/2] Update setup.cfg - Remove travis specific section - Remove universal wheel - Add support for python 3.10 in metadata --- .github/workflows/ci.yml | 3 +++ setup.cfg | 8 +------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a2bbd6f6..d0ef848e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: numpy: "numpy" uncertainties: "uncertainties" extras: "sparse xarray netCDF4 dask[complete] graphviz babel==2.8" + - python-version: "3.10" + numpy: null + extras: null runs-on: ubuntu-latest env: diff --git a/setup.cfg b/setup.cfg index fc811ed50..9373bf63f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [options] packages = pint @@ -46,13 +47,6 @@ test = [options.package_data] pint = default_en.txt; constants_en.txt; py.typed -[check-manifest] -ignore = - .travis.yml - -[bdist_wheel] -universal = 1 - [build-system] requires = ["setuptools", "setuptools_scm", "wheel"] From b151bfd5156aa07b8425078c13bff83873ddaf25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jules=20Ch=C3=A9ron?= <43635101+jules-ch@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:58:10 +0200 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9373bf63f..69920bbbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,6 @@ ignore= exclude= build - [isort] default_section=THIRDPARTY known_first_party=pint