diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml deleted file mode 100644 index 267c311..0000000 --- a/.github/sync-repo-settings.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings - -# Automatically delete head branches after merging PRs. Defaults to `true`. -deleteBranchOnMerge: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ab77f1..985f59a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ pull-requests: write env: - PYTHON_VERSION: 3.x + PYTHON_VERSION: 3.11 jobs: build-pkg: diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml deleted file mode 100644 index bc8f6ed..0000000 --- a/.github/workflows/license.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: LICENSE - -on: - schedule: - - cron: 0 3 1 1 * - -permissions: - contents: write - -jobs: - license: - name: LICENSE - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Update LICENSE Year - uses: FantasticFiasco/action-update-license-year@v3 - with: - token: ${{ github.token }} diff --git a/Makefile b/Makefile index 4196463..9f28deb 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ OPENSSL_CONF=$< poetry run $(NAME) setup: - micromamba --yes --name=$(NAME) create libpython-static python + micromamba --yes --name=$(NAME) create libpython-static python=3.11 micromamba --yes --name=$(NAME) run poetry install ###############