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..69920bbbd 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"] @@ -70,7 +64,6 @@ ignore= exclude= build - [isort] default_section=THIRDPARTY known_first_party=pint