diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2021-08-02 10:34:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 10:34:38 +0100 |
commit | 7e1950cc4521c3ccb9b7b0bb7a357bc024f51725 (patch) | |
tree | 65620bd3c75667d7e6d52b70a5d57e7fcd648e92 /.github | |
parent | 4f842fc3d77fff8bcd44d65f5f691ad59196240d (diff) | |
download | tox-git-7e1950cc4521c3ccb9b7b0bb7a357bc024f51725.tar.gz |
3.10.0-beta.4
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3feac888..c3719707 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -24,7 +24,7 @@ jobs: - Windows - MacOs py: - - "3.10.0-alpha.7" + - "3.10.0-beta.4" - "3.9" - "3.8" - "3.7" |