Skip to content

Commit 18aa74b

Browse files
authored
Merge pull request #165 from iMichka/3
Drop support for Python 3.6
2 parents b7d039a + 7d3ef0c commit 18aa74b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Changes
44
Version 2.4.0
55
-------------
66

7-
1. Add official support for `Python 3.9`, `Python 3.10`, `Python 3.11`
7+
1. Drop support for `Python 3.6`
8+
9+
2. Add official support for `Python 3.9`, `Python 3.10`, `Python 3.11`
810

911
Version 2.3.0
1012
-------------

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Install instructions can be found `here <http://pygccxml.readthedocs.io/en/maste
2727
Compatibility
2828
-------------
2929

30-
pygccxml is compatible with Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and pypy3.
30+
pygccxml is compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11 and pypy3.
3131

3232
Documentation and examples
3333
--------------------------

0 commit comments

Comments
 (0)