Skip to content

Commit b3243fa

Browse files
authored
Merge pull request #245 from CastXML/readme
readme: update
2 parents e792e4e + cc535e5 commit b3243fa

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Diff for: README.rst

+4-8
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.7, 3.8, 3.9, 3.10, 3.11 and pypy3.
30+
pygccxml is compatible with Python 3.9, 3.10, 3.11, 3.12, 3.13 and pypy3.
3131

3232
Documentation and examples
3333
--------------------------
@@ -73,15 +73,11 @@ The stable version can be found on the master branch.
7373

7474
The develop branch contains the latest improvements but can be unstable. Pull Requests should be done on the develop branch.
7575

76-
Testing and code coverage
77-
-------------------------
78-
79-
The builds are done using the Github Actions infrastructure.
76+
Testing
77+
-------
8078

8179
Running the test suite is done with:
8280

8381
.. code-block::
8482
85-
python3 -m unittests.test_all
86-
87-
Code coverage is also available. It is automatically updated after each commit and can be found `here <https://codecov.io/gh/iMichka/pygccxml>`_.
83+
pytest tests

0 commit comments

Comments
 (0)