From 9c194e188780cae020d506ca361577e995f31894 Mon Sep 17 00:00:00 2001 From: cathaypacific8747 <58929011+cathaypacific8747@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:52:32 +0800 Subject: [PATCH] feat: drop support for windows --- .github/workflows/cd.yml | 10 ---------- .github/workflows/ci.yml | 2 +- src/am4utils/pyproject.toml | 2 +- src/am4utils/stubs/_core/__init__.pyi | 2 +- 4 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c507581..404acf0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -42,16 +42,6 @@ jobs: python: 311 platform_id: "manylinux_x86_64" - - os: windows-latest - python: 39 - platform_id: "win_amd64" - - os: windows-latest - python: 310 - platform_id: "win_amd64" - - os: windows-latest - python: 311 - platform_id: "win_amd64" - - os: macos-latest python: 39 platform_id: "macosx_x86_64" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93edce8..1a02f7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, windows-latest, macos-latest] + platform: [ubuntu-latest, macos-latest] python-version: ["3.11"] steps: diff --git a/src/am4utils/pyproject.toml b/src/am4utils/pyproject.toml index cd89a9f..3f5dd7a 100644 --- a/src/am4utils/pyproject.toml +++ b/src/am4utils/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "am4utils" -version = "0.1.6" +version = "0.1.7" description = "Tools and utilities for the game Airline Manager 4." authors = [{ name = "cathaypacific8747", email = "58929011+cathaypacific8747@users.noreply.github.com" }] license = { text = "MIT License" } diff --git a/src/am4utils/stubs/_core/__init__.pyi b/src/am4utils/stubs/_core/__init__.pyi index c1122a8..2ea7872 100644 --- a/src/am4utils/stubs/_core/__init__.pyi +++ b/src/am4utils/stubs/_core/__init__.pyi @@ -14,4 +14,4 @@ __all__ = [ ] -__version__ = '0.1.6' +__version__ = '0.1.7'