From d10b5ba32e67117771c138ebe1e457b6304460f8 Mon Sep 17 00:00:00 2001 From: skim2257 Date: Tue, 9 Jan 2024 21:15:00 -0500 Subject: [PATCH] updated actions to new default branch. 'master' branch is DEPRECATED --- .github/workflows/build-pkg.yml | 2 +- .github/workflows/main-ci.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pkg.yml b/.github/workflows/build-pkg.yml index 1ad4db6b..70b7227b 100644 --- a/.github/workflows/build-pkg.yml +++ b/.github/workflows/build-pkg.yml @@ -3,7 +3,7 @@ name: pypi-on-master-push on: push: branches: - - master + - main jobs: bob-the-builder: runs-on: ubuntu-latest diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index afcb78c2..46df10ad 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -15,9 +15,10 @@ jobs: - macos-latest - windows-latest python-version: - - '3.7' + - '3.8' - '3.9' - '3.10' + - '3.11' steps: - uses: actions/checkout@v2