Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
dist: xenial
dist: jammy
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
- 3.13
script: make
install:
- pip install -r development.txt
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ assert "test" not in dir(str)

## Compatibility

Forbbiden Fruit is tested on CPython 2.7, 3.0, and 3.3-3.7.
Forbbiden Fruit is tested on CPython 3.7-3.13.

Since Forbidden Fruit is fundamentally dependent on the C API,
this library won't work on other python implementations, such
as Jython, pypy, etc.

## License

Copyright (C) 2013,2019 Lincoln Clarete <[email protected]>
Copyright (C) 2013,2024 Lincoln Clarete <[email protected]>

This software is available under two different licenses at your
choice:
Expand Down