Skip to content

Commit d5101da

Browse files
authored
Try the old way of specifying the Python version (#110)
* Try the old way of specifying the Python version * Update CHANGELOG
1 parent 00e5232 commit d5101da

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
version: 2
22

3-
build:
4-
tools:
5-
python: "3.9"
6-
73
python:
4+
version: "3.9"
85
install:
96
- method: pip
107
path: .

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
# [unreleased] - XXXX-XX-XX
88
### Added
99
- [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
1113
- [PR 108](https://github.com/salesforce/django-declarative-apis/pull/107) Fix ReadTheDocs documentation build with pyproject.toml
14+
15+
### Changed
1216
- [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
1318

1419
# [0.24.0] - 2022-11-03
1520
### Added

0 commit comments

Comments
 (0)