diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 8f42dd8..4180436 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10" ] + python-version: [ 3.6, 3.7, 3.8, 3.9 ] steps: - uses: actions/checkout@v1 diff --git a/README.md b/README.md index 1d723fd..7386fca 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ As a news site, our stories, photos, and other content get divided into "section ## Features of the project +Currently incompatible with Python 3.10. + **Multiple trees, or a single tree.** You can treat all the records as a single tree, shared by all the applications. You can also treat each of the top level records as individual trees, for different apps or uses. diff --git a/tox.ini b/tox.ini index 21b7ca1..1cbc21e 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = begin py36-lint - py{36,37,38,39,310}-django{111,2,21,22,3,31} + py{36,37,38,39}-django{111,2,21,22,3,31} coverage-report [gh-actions] @@ -11,7 +11,6 @@ python = 3.7: py37 3.8: py38 3.9: py39 - 3.10: py310 [testenv] deps=