Skip to content

Commit 6a72d92

Browse files
authored
Merge pull request #249 from publiccodeyml/bump-min-python-version
Bump python version
2 parents cafb6a2 + d5a5278 commit 6a72d92

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-python@v6
1515
with:
16-
python-version: '3.9'
16+
python-version: '3.11'
1717

1818
- run: pip install -r requirements.txt
1919
- run: sphinx-build docs/standard build -c .

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,20 @@ searching using the frontend or the API.
106106

107107
**Latest release:** [![GitHub release](https://img.shields.io/github/release/publiccodeyml/publiccode.yml.svg?style=plastic)](https://github.com/publiccodeyml/publiccode.yml/releases) [See all versions](https://github.com/publiccodeyml/publiccode.yml/releases)
108108

109-
This project follows the Semantic Versioning. For more information see
110-
[SemVer.org](https://semver.org/).
109+
This project follows the [Semantic Versioning](https://semver.org/).
111110

112111
## Contributing
113112

114-
Feel free to submit [Pull Requests and to file Issues](CONTRIBUTING.md).
113+
Feel free to submit [Pull Requests, file Issues](CONTRIBUTING.md) or open
114+
a [Discussion](https://github.com/publiccodeyml/publiccode.yml/discussions).
115115

116-
The Standard's website (https://yml.publiccode.tools) is built using the Python Sphinx package.
116+
The [Standard's website](https://yml.publiccode.tools) is built using the Python
117+
Sphinx package and
118+
[deployed](https://github.com/publiccodeyml/publiccode.yml/blob/main/.github/workflows/publish.yml)
119+
on GitHub Pages.
117120

118121
### Prerequisites
119-
- Python 3.9
122+
- Python 3.11
120123

121124
### Install dependencies
122125

@@ -125,12 +128,16 @@ pip install -r requirements.txt
125128
```
126129

127130
### Local development process
128-
`spinx-build` can be used to compile all source file to static html files. Run this command to generate the website:
131+
`sphinx-build` can be used to compile all source file to static html files. Run
132+
this command to generate the website:
129133

130134
```console
131135
sphinx-build docs/standard build -c .
132136
```
133137

134-
## Licence
138+
then open the relevant file in the build directory with a browser (e.g.,
139+
`build/index.html`) to explore the contents.
135140

136-
Licenced under the [CC0-1.0](LICENSE).
141+
## License
142+
143+
Licensed under the [CC0-1.0](LICENSE).

docs/standard/example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Minimum Version
1414

1515

1616
Extended Version
17-
~~~~~~~~~~~~~~~
17+
~~~~~~~~~~~~~~~~
1818

1919
.. literalinclude:: example/publiccode.yml
2020
:language: yaml

0 commit comments

Comments
 (0)