Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jul 31, 2023
1 parent 7d21ee2 commit a059d8c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 154 deletions.
37 changes: 0 additions & 37 deletions .flakeheaven_cache/437cb9824f4596bd5044f4591ef94a69.json

This file was deleted.

85 changes: 0 additions & 85 deletions .flakeheaven_cache/47e601f8b79c44fbddfce9268e75cf9d.json

This file was deleted.

29 changes: 0 additions & 29 deletions .flakeheaven_cache/c338ad51cade5d7c95a91a489296b02d.json

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python-version: "3.11"
py: py311
- platform: ubuntu-latest
python-version: "3.12"
python-version: 3.12.0-beta.4
py: py312
- platform: macos-latest
python-version: 3.7
Expand All @@ -56,7 +56,7 @@ jobs:
python-version: "3.11"
py: py311
- platform: macos-latest
python-version: "3.12"
python-version: 3.12.0-beta.4
py: py312
- platform: windows-latest
python-version: 3.7
Expand All @@ -65,7 +65,7 @@ jobs:
python-version: "3.11"
py: py311
- platform: windows-latest
python-version: "3.12"
python-version: 3.12.0-beta.4
py: py312
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a059d8c

Please sign in to comment.