File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ build :
4
+ tools :
5
+ python : " 3.9"
6
+
7
+ python :
8
+ install :
9
+ - method : pip
10
+ path : .
11
+ extra_requirements :
12
+ - dev
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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
10
- [ PR 107] ( https://github.com/salesforce/django-declarative-apis/pull/107 ) Update to use pyproject.toml
11
+ - [ PR 108] ( https://github.com/salesforce/django-declarative-apis/pull/107 ) Fix ReadTheDocs documentation build with pyproject.toml
11
12
- [ PR 109] ( https://github.com/salesforce/django-declarative-apis/pull/109 ) Update Github actions
12
13
13
14
# [ 0.24.0] - 2022-11-03
Original file line number Diff line number Diff line change 1
1
- [ ] Update CHANGELOG.md
2
2
- [ ] Update README.md (as needed)
3
- - [ ] New dependencies were added to ` requirements.txt ` or ` requirements-dev.txt `
3
+ - [ ] New dependencies were added to ` pyproject.toml `
4
4
- [ ] ` pip install ` succeeds with a clean virtualenv
5
5
- [ ] There are new or modified tests that cover changes
6
6
- [ ] Test coverage is maintained or expanded
You can’t perform that action at this time.
0 commit comments