Skip to content

Commit

Permalink
Removed Python 3.10 testing until compatibility established.
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 4, 2021
1 parent d2beca9 commit a1ebb97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -11,7 +11,6 @@ python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv]
deps=
Expand Down

0 comments on commit a1ebb97

Please sign in to comment.