From 7428eba3285edc4fc2bc50dcd9e2914af3884a10 Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Mon, 12 Aug 2024 08:39:34 +0200 Subject: [PATCH] Drop 3.8 --- .github/workflows/full_test.yml | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/full_test.yml b/.github/workflows/full_test.yml index 999bafbb4..6ba561543 100644 --- a/.github/workflows/full_test.yml +++ b/.github/workflows/full_test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: [3.8, "3.12"] + python-version: [3.9, "3.12"] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index 7d8e6cd92..972b5e56b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,14 +29,13 @@ authors = [ description="A package that uses the DHI dfs libraries to create, write and read dfs and mesh files." license="BSD-3-Clause" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" classifiers = [ "License :: OSI Approved :: BSD License", "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",