Skip to content

Commit

Permalink
Update python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
muhd-umer committed Feb 4, 2024
1 parent 5f78034 commit 203a71f
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
Binary file modified docs/source/examples/figs/dl_noma_op.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/examples/figs/dl_noma_rate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/examples/figs/op_ris.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/examples/figs/rate_ris.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/examples/ris_enhanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.11.7"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/siso_dl_noma.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.11.7"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installing Comyx

Comyx is written in pure Python, and is compatible with Python 3.10 and above. It is tested on Linux (Ubuntu 20.04), however it should work on any platform without any issues.
Comyx is written in pure Python, and is compatible with Python 3.11 and above. It is tested on Linux (Ubuntu 22.04), however it should work on any platform without any issues.
Use the following instructions to install a binary package with `pip` or build `comyx` from source.

## Installing with `pip`
Expand Down
6 changes: 3 additions & 3 deletions examples/ris_enhanced.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/siso_dl_noma.ipynb

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools", "setuptools-scm"]

[project]
name = "comyx"
requires-python = ">=3.10"
requires-python = ">=3.11"
description = "Comyx is an optimized and modular Python library for simulating wireless communication systems."
authors = [{ name = "Muhammad Umer", email = "thisismumer@gmail.com" }]
keywords = ["python", "communication", "simulator", "wireless communication"]
Expand All @@ -15,15 +15,17 @@ dependencies = [
"scipy>=1.11.1",
"mpmath>=1.3.0",
"colorama>=0.4.6",
"matplotlib>=3.5.1",
"pyarrow>=14.0.0",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 203a71f

Please sign in to comment.