File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
- build :
4
- tools :
5
- python : " 3.9"
6
-
7
3
python :
4
+ version : " 3.9"
8
5
install :
9
6
- method : pip
10
7
path : .
Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
# [ unreleased] - XXXX-XX-XX
8
8
### Added
9
9
- [ PR 106] ( https://github.com/salesforce/django-declarative-apis/pull/106 ) Test against Python 3.11 in PR checks
10
- - [ PR 107] ( https://github.com/salesforce/django-declarative-apis/pull/107 ) Update to use pyproject.toml
10
+
11
+ ### Fixed
12
+ - [ PR 110] ( https://github.com/salesforce/django-declarative-apis/pull/110 ) Fix ReadTheDocs build by specifying python version differently
11
13
- [ PR 108] ( https://github.com/salesforce/django-declarative-apis/pull/107 ) Fix ReadTheDocs documentation build with pyproject.toml
14
+
15
+ ### Changed
12
16
- [ PR 109] ( https://github.com/salesforce/django-declarative-apis/pull/109 ) Update Github actions
17
+ - [ PR 107] ( https://github.com/salesforce/django-declarative-apis/pull/107 ) Update to use pyproject.toml
13
18
14
19
# [ 0.24.0] - 2022-11-03
15
20
### Added
You can’t perform that action at this time.
0 commit comments