diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b98137..de0c064 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.10] + python-version: [3.11] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 @@ -15,7 +15,7 @@ jobs: run: | python -m venv venv . venv/bin/activate - pip install -U "pip<20.3" setuptools + pip install -U pip setuptools pip install -r requirements.txt - uses: psf/black@stable with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 53cb725..9a37fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.13.5 + +- Fix CI + ## 0.13.4 - Fix missing X8D and X010V in extensions