Skip to content

Commit

Permalink
Attempt to narrow down on the version of Python 3.10.x where unit tes…
Browse files Browse the repository at this point in the history
…t failure noted at #628 (comment) bug could have been introduced

Attempted reading and comparing the 3.10.x and 3.11.x changelogs since the failure affects both lineages of Python, but that hasn't produced any definitive answers yet
  • Loading branch information
jayaddison committed Oct 10, 2022
1 parent 93c0c86 commit eaed1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
python-version: ["3.11.0-rc.1"]
python-version: ["3.10.0", "3.10.3", "3.10.7"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit eaed1ba

Please sign in to comment.