Skip to content

Commit

Permalink
feat: drop support for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cathaypacific8747 committed Oct 3, 2023
1 parent f0c8c05 commit 9c194e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/am4utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/am4utils/stubs/_core/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ __all__ = [
]


__version__ = '0.1.6'
__version__ = '0.1.7'

0 comments on commit 9c194e1

Please sign in to comment.