1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-11-21 21:50:58 -05:00

ci: remove 3.11 from unit test matrix

This commit is contained in:
Brian Lee 2022-11-04 18:59:32 -07:00
parent 9cce603895
commit 652fa1efc0
No known key found for this signature in database
GPG key ID: F99A54747DCA2D86

View file

@ -24,7 +24,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
# using importlib to import hyphenated modules doesn't seem to work in Python 3.11 right now
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
fail-fast: false
steps:
- uses: actions/checkout@v3