From 8d3460e24424867e33f3c7a25c9ab1f2b8bcd1b3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 23 Oct 2024 15:34:30 +0000 Subject: [PATCH 1/3] Bumping version from 0.2.1 to 0.2.2 --- pams/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pams/version.py b/pams/version.py index 3ced358..b5fdc75 100644 --- a/pams/version.py +++ b/pams/version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/pyproject.toml b/pyproject.toml index 0d13054..18b4a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pams" -version = "0.2.1" +version = "0.2.2" description = "PAMS: Platform for Artificial Market Simulations" authors = ["Masanori HIRANO ", "Ryosuke TAKATA ", "Kiyoshi IZUMI"] license = "epl-1.0" From bb20fc6d717195250bf023b915b91599e5cd8f00 Mon Sep 17 00:00:00 2001 From: Masanori HIRANO Date: Thu, 24 Oct 2024 03:12:27 +0900 Subject: [PATCH 2/3] Update ci-python.yml --- .github/workflows/ci-python.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index a85b5cf..3753d58 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -24,6 +24,9 @@ jobs: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.9, "3.10", "3.11", "3.12", "3.13"] + exclude: + - platform: windows-latest + python-version: 3.13 # Steps represent a sequence of tasks that will be executed as part of the job steps: From 9268c98187ab31dee8b4ae968d4a7f165ba8d59a Mon Sep 17 00:00:00 2001 From: Masanori HIRANO Date: Thu, 24 Oct 2024 03:12:49 +0900 Subject: [PATCH 3/3] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 023dc3e..69beaaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,9 @@ jobs: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.9, "3.10", "3.11", "3.12", "3.13"] + exclude: + - platform: windows-latest + python-version: 3.13 # Steps represent a sequence of tasks that will be executed as part of the job steps: