Skip to content

Commit 6b33c06

Browse files
committed
update readme
1 parent 402ccbe commit 6b33c06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
> GitHub Actions Matrix example with Python and Django
1313
14-
This repository is an example of how to use [GitHub Actions Matrix feature](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix).
14+
This repository is an example of how to use [GitHub Actions Matrix feature](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix).
1515

1616
Our demo uses the `matrix` feature to install:
17-
- Python versions: 2.7, 3.6, 3.7, 3.8, 3.9, and 3.10
18-
- Django versions: 1.11 (LTS), 2.0, 2.1, 2.2 (LTS), 3.0, 3.1, 3.2 (LTS), and 4.0
17+
- Python versions: 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and 3.12
18+
- Django versions: 1.11 (LTS), 2.0, 2.1, 2.2 (LTS), 3.0, 3.1, 3.2 (LTS), 4.0, 4.2(LTS) and 5.0
1919

2020
See the [actions.yml workflow](https://github.com/jefftriplett/python-github-actions-matrix-demo/blob/main/.github/workflows/actions.yml) for the matrix example.
2121

@@ -34,7 +34,7 @@ See the [actions.yml workflow](https://github.com/jefftriplett/python-github-act
3434

3535
## :handshake: Contributing
3636

37-
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/jefftriplett/python-github-actions-matrix-demo/issues).
37+
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/jefftriplett/python-github-actions-matrix-demo/issues).
3838

3939
## Show your support
4040

0 commit comments

Comments
 (0)