Skip to content

Commit 77fae7b

Browse files
Fall back to Python 3.12 until 3.13 is supported
1 parent 66e3654 commit 77fae7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ["3.8", "3.13"]
19+
python-version: ["3.8", "3.12"]
2020

2121
steps:
2222
- name: Checkout repository

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|PyPi|_
1212

1313

14-
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.13-blue
14+
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.12-blue
1515
.. _PythonVersion: https://github.com/neurospincloud-ci/pycaravel
1616

1717
.. |Pep8| image:: https://github.com/neurospincloud-ci/pycaravel/actions/workflows/pep8.yml/badge.svg

0 commit comments

Comments
 (0)