File tree Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 2424 - name : Set up Python
2525 uses : actions/setup-python@v4
2626 with :
27- python-version : " 3.9 "
27+ python-version : " 3.10 "
2828
2929 - name : Install dependencies
3030 run : |
Original file line number Diff line number Diff line change 2121 - name : Set up Python
2222 uses : actions/setup-python@v4
2323 with :
24- python-version : 3.9
24+ python-version : 3.10
2525
2626 # Install build and twine
2727 - name : Install Build Tools
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818
1919 steps :
2020 - uses : actions/checkout@v4
21- - name : Set up Python 3.9
21+ - name : Set up Python 3.10
2222 uses : actions/setup-python@v3
2323 with :
24- python-version : " 3.9 "
24+ python-version : " 3.10 "
2525 - name : Install dependencies
2626 run : |
2727 python -m venv venv
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pip install judge0
2626
2727### Requirements
2828
29- - Python 3.9 +
29+ - Python 3.10 +
3030
3131## Quick Start
3232
Original file line number Diff line number Diff line change 1313from sphinxawesome_theme .postprocess import Icons
1414
1515project = "Judge0 Python SDK"
16- copyright = "2024 , Judge0"
16+ copyright = "2025 , Judge0"
1717author = "Judge0"
1818release = ""
1919
Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ Contributing
44Preparing the development setup
55-------------------------------
66
7- 1. Install Python 3.9
7+ 1. Install Python 3.10
88
99.. code-block :: console
1010
1111 $ sudo add-apt-repository ppa:deadsnakes/ppa
1212 $ sudo apt update
13- $ sudo apt install python3.9 python3.9 -venv
13+ $ sudo apt install python3.10 python3.10 -venv
1414
1515 2. Clone the repo, create and activate a new virtual environment
1616
1717.. code-block :: console
1818
1919 $ cd judge0-python
20- $ python3.9 -m venv venv
20+ $ python3.10 -m venv venv
2121 $ . venv/bin/activate
2222
2323 3. Install the library and development dependencies
Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ name = "judge0"
33version = " 0.0.5.dev0"
44description = " The official Python SDK for Judge0."
55readme = " README.md"
6- requires-python = " >=3.9 "
6+ requires-python = " >=3.10 "
77authors = [{ name = " Judge0" , email = " contact@judge0.com" }]
88classifiers = [
99 " Intended Audience :: Developers" ,
1010
1111 " License :: OSI Approved :: MIT License" ,
1212
1313 " Programming Language :: Python :: 3" ,
14- " Programming Language :: Python :: 3.9" ,
1514 " Programming Language :: Python :: 3.10" ,
1615 " Programming Language :: Python :: 3.11" ,
1716 " Programming Language :: Python :: 3.12" ,
@@ -46,7 +45,7 @@ test = [
4645 " flake8-docstrings==1.7.0" ,
4746]
4847docs = [
49- " sphinx==7.4.7 " ,
48+ " sphinx==8.1.3 " ,
5049 " sphinxawesome-theme==5.3.2" ,
5150 " sphinx-autodoc-typehints==2.3.0" ,
5251 " sphinx-multiversion==0.2.4" ,
You can’t perform that action at this time.
0 commit comments