File tree Expand file tree Collapse file tree 12 files changed +32
-38
lines changed Expand file tree Collapse file tree 12 files changed +32
-38
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 strategy :
1515 matrix :
1616 os : [ubuntu-latest]
17- python-version : [" 3.11", " 3.12" ]
17+ python-version : [' 3.11', ' 3.12' ]
1818 toxenv : [quality, docs, django42]
1919
2020 steps :
21- - uses : actions/checkout@v4
22- - name : setup python
23- uses : actions/setup-python@v5
24- with :
25- python-version : ${{ matrix.python-version }}
21+ - uses : actions/checkout@v4
22+ - name : setup python
23+ uses : actions/setup-python@v5
24+ with :
25+ python-version : ${{ matrix.python-version }}
2626
2727 - name : Install pip
2828 run : pip install -r requirements/pip.txt
@@ -35,10 +35,10 @@ jobs:
3535 TOXENV : ${{ matrix.toxenv }}
3636 run : tox
3737
38- - name : Run Coverage
39- if : matrix.python-version == '3.11 ' && matrix.toxenv=='django42'
40- uses : codecov/codecov-action@v5
41- with :
42- token : ${{ secrets.CODECOV_TOKEN }}
43- flags : unittests
44- fail_ci_if_error : true
38+ - name : Run Coverage
39+ if : matrix.python-version == '3.12 ' && matrix.toxenv=='django42'
40+ uses : codecov/codecov-action@v4
41+ with :
42+ token : ${{ secrets.CODECOV_TOKEN }}
43+ flags : unittests
44+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 1515 - name : setup python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : 3.8
18+ python-version : 3.12
1919
2020 - name : Install pip
2121 run : pip install -r requirements/pip.txt
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ Change Log
1414 Unreleased
1515~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616
17+ [2.0.0] - 2024-10-18
18+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+ * Drop support for python 3.8
21+ * Adds support for python 3.11 & 3.12
22+
1723[1.8.1] - 2024-07-11
1824~~~~~~~~~~~~~~~~~~~~
1925
Original file line number Diff line number Diff line change 22Extensible tools for parsing annotations in codebases.
33"""
44
5- __version__ = '1.8.2 '
5+ __version__ = '2.0.0 '
Original file line number Diff line number Diff line change @@ -497,8 +497,8 @@ def get_version(*file_paths):
497497
498498# Example configuration for intersphinx: refer to the Python standard library.
499499intersphinx_mapping = {
500- 'python' : ('https://docs.python.org/3.6 ' , None ),
501- 'django' : ('https://docs.djangoproject.com/en/1.11 /' , 'https://docs.djangoproject.com/en/1.11 /_objects/' ),
500+ 'python' : ('https://docs.python.org/3.12 ' , None ),
501+ 'django' : ('https://docs.djangoproject.com/en/4.2 /' , 'https://docs.djangoproject.com/en/4.2 /_objects/' ),
502502 'model_utils' : ('https://django-model-utils.readthedocs.io/en/latest/' , None ),
503503 'edx_toggles' : ('https://edx.readthedocs.io/projects/edx-toggles/en/latest/' , None ),
504504}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ python-slugify==8.0.4
1616 # via -r requirements/base.in
1717pyyaml==6.0.2
1818 # via -r requirements/base.in
19- stevedore==5.3 .0
19+ stevedore==5.4 .0
2020 # via -r requirements/base.in
2121text-unidecode==1.3
2222 # via python-slugify
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ sqlparse==0.5.2
173173 # via
174174 # -r requirements/quality.txt
175175 # django
176- stevedore==5.3 .0
176+ stevedore==5.4 .0
177177 # via
178178 # -r requirements/quality.txt
179179 # code-annotations
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ beautifulsoup4==4.12.3
2222 # via pydata-sphinx-theme
2323certifi==2024.8.30
2424 # via requests
25- cffi==1.17.1
26- # via cryptography
2725charset-normalizer==3.4.0
2826 # via requests
2927click==8.1.7
@@ -32,8 +30,6 @@ coverage[toml]==7.6.7
3230 # via
3331 # -r requirements/test.txt
3432 # pytest-cov
35- cryptography==43.0.3
36- # via secretstorage
3733django==4.2.16
3834 # via
3935 # -c requirements/common_constraints.txt
@@ -65,10 +61,6 @@ jaraco-context==6.0.1
6561 # via keyring
6662jaraco-functools==4.1.0
6763 # via keyring
68- jeepney==0.8.0
69- # via
70- # keyring
71- # secretstorage
7264jinja2==3.1.4
7365 # via
7466 # -r requirements/test.txt
@@ -106,8 +98,6 @@ pluggy==1.5.0
10698 # via
10799 # -r requirements/test.txt
108100 # pytest
109- pycparser==2.22
110- # via cffi
111101pydata-sphinx-theme==0.16.0
112102 # via sphinx-book-theme
113103pygments==2.18.0
@@ -143,8 +133,6 @@ rfc3986==2.0.0
143133 # via twine
144134rich==13.9.4
145135 # via twine
146- secretstorage==3.3.3
147- # via keyring
148136snowballstemmer==2.2.0
149137 # via sphinx
150138soupsieve==2.6
@@ -172,7 +160,7 @@ sqlparse==0.5.2
172160 # via
173161 # -r requirements/test.txt
174162 # django
175- stevedore==5.3 .0
163+ stevedore==5.4 .0
176164 # via
177165 # -r requirements/test.txt
178166 # doc8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ wheel==0.45.0
1010# The following packages are considered to be unsafe in a requirements file:
1111pip==24.2
1212 # via
13- # -c /home/runner/work/code-annotations/code-annotations/ requirements/common_constraints.txt
13+ # -c requirements/common_constraints.txt
1414 # -r requirements/pip.in
15- setuptools==75.5 .0
15+ setuptools==75.6 .0
1616 # via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ sqlparse==0.5.2
108108 # via
109109 # -r requirements/test.txt
110110 # django
111- stevedore==5.3 .0
111+ stevedore==5.4 .0
112112 # via
113113 # -r requirements/test.txt
114114 # code-annotations
You can’t perform that action at this time.
0 commit comments