diff --git a/.github/workflows/run_test.yml b/.github/workflows/run_test.yml index edd10eb..9c1ab62 100644 --- a/.github/workflows/run_test.yml +++ b/.github/workflows/run_test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13, windows-latest, windows-11-arm] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] architecture: [x64, x86, arm64] exclude: - os: ubuntu-latest @@ -39,9 +39,6 @@ jobs: architecture: x64 - os: windows-11-arm architecture: x86 - - os: windows-11-arm - architecture: arm64 - python-version: "3.8" - os: windows-11-arm architecture: arm64 python-version: "3.9" diff --git a/LICENSE b/LICENSE index d3f6406..98f6ce3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 moi15moi +Copyright (c) 2025 moi15moi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 732c4c3..57f5747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,28 +4,28 @@ description = "Find the system fonts filename." authors = [ { name = "moi15moi", email = "moi15moismokerlolilol@gmail.com" }, ] -license = { text = "MIT" } +license = "MIT" +license-files = ["LICENSE"] readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ - "comtypes>=1.4.8; platform_system=='Windows'", + "comtypes>=1.4.13; platform_system=='Windows'", ] classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "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", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: Android", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", - "License :: OSI Approved :: MIT License", ] dynamic = ["version"] @@ -40,7 +40,7 @@ dev = [ ] [build-system] -requires = ["setuptools"] +requires = ["setuptools>=77.0.0"] build-backend = "setuptools.build_meta" [tool.setuptools.dynamic]