Skip to content

Commit e225192

Browse files
cbornetclarete
authored andcommitted
Update CI python versions
1 parent 0c6accc commit e225192

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.travis.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
dist: xenial
1+
dist: jammy
22
language: python
33
python:
4-
- 2.7
5-
- 3.4
6-
- 3.5
7-
- 3.6
84
- 3.7
5+
- 3.8
6+
- 3.9
7+
- 3.10
8+
- 3.11
9+
- 3.12
10+
- 3.13
911
script: make
1012
install:
1113
- pip install -r development.txt

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ assert "test" not in dir(str)
9999

100100
## Compatibility
101101

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

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

108108
## License
109109

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

112112
This software is available under two different licenses at your
113113
choice:

0 commit comments

Comments
 (0)