From 5c28d7f1060a41a561f13b451f5cbfe084b8cc82 Mon Sep 17 00:00:00 2001 From: ismail simsek <6005685+ismailsimsek@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:28:30 +0100 Subject: [PATCH] Prep release 2.3.1 --- .github/dependabot.yml | 4 ++-- .github/workflows/release-test.yml | 2 +- .github/workflows/release.yml | 2 +- .idea/runConfigurations/install.xml | 4 +++- setup.py | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b5ca19..cbd920f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" - package-ecosystem: "pip" directory: "/" schedule: - interval: "monthly" + interval: "weekly" diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index b24a62c..6828555 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: [3.8] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c88d6a1..a9b4c8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: [3.8] steps: - uses: actions/checkout@v4 diff --git a/.idea/runConfigurations/install.xml b/.idea/runConfigurations/install.xml index a86e9de..4f4c61f 100644 --- a/.idea/runConfigurations/install.xml +++ b/.idea/runConfigurations/install.xml @@ -1,14 +1,16 @@ +