This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new d262a72ca7 Remove duplicated py37 in dev/breeze/pyproject.toml
d262a72ca7 is described below

commit d262a72ca7ab75df336b93cefa338e7ba3f90ebb
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Apr 25 09:27:42 2022 +0200

    Remove duplicated py37 in dev/breeze/pyproject.toml
---
 .github/workflows/ci.yml  | 6 +++---
 dev/breeze/README.md      | 2 +-
 dev/breeze/pyproject.toml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 673d54f256..b242866caf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -669,15 +669,15 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
           key: 
"pre-commit-basic-${{steps.host-python-version.outputs.host-python-version}}-\
 ${{ hashFiles('.pre-commit-config.yaml') }}"
           restore-keys: 
pre-commit-basic-${{steps.host-python-version.outputs.host-python-version}}
-      - run: ./scripts/ci/install_breeze.sh
-      - name: "Free space"
-        run: breeze free-space
       - name: Fetch incoming commit ${{ github.sha }} with its parent
         uses: actions/checkout@v2
         with:
           ref: ${{ github.sha }}
           fetch-depth: 2
           persist-credentials: false
+      - run: ./scripts/ci/install_breeze.sh
+      - name: "Free space"
+        run: breeze free-space
       - name: "Get Python version"
         run: "echo \"::set-output name=host-python-version::$(python -c
  'import platform; print(platform.python_version())')\""
diff --git a/dev/breeze/README.md b/dev/breeze/README.md
index fbf2edcc1e..e038229c27 100644
--- a/dev/breeze/README.md
+++ b/dev/breeze/README.md
@@ -52,6 +52,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY 
UPDATED BY PRE-COMMIT.
 
 
---------------------------------------------------------------------------------------------------------
 
-Package config hash: 
a710b1c85a4ab4308cfab0ef5d2e118516f9574708d72648dc4063aae04e3cc1b44d35de446832017801b2b63aeec0a3d381d3050d517acb785e0236fd2b8588
+Package config hash: 
7f2ce934ce9d90dcc7f97c10534416a8736cb37c1bdf10c0b9abaae77fef35875863188897e13b68899caac65072697341bd11f7cc39148b0c4774ef11a88df2
 
 
---------------------------------------------------------------------------------------------------------
diff --git a/dev/breeze/pyproject.toml b/dev/breeze/pyproject.toml
index 111f7e3768..0fb2fed307 100644
--- a/dev/breeze/pyproject.toml
+++ b/dev/breeze/pyproject.toml
@@ -16,5 +16,5 @@
 # under the License.
 [tool.black]
 line-length = 110
-target-version = ['py37', 'py37', 'py38', 'py39']
+target-version = ['py37', 'py38', 'py39', 'py310']
 skip-string-normalization = true

Reply via email to