Skip to content

Commit

Permalink
Fix docs build and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wojnar committed Jul 17, 2023
1 parent 99c3f87 commit 755e7f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ and cleans up the environment when the simulation is done. Below we include and
In line 6 we include the ns3-ai structures which enables us to use the shared memory communication.
Next we import the ``RLib`` class which is the main interface of the library that merges the agent and the environment.
We chose the :ref:`Thompson sampling <Thompson Sampling>` agent to demonstrate the manager performance. The environment
will be of course :ref:`802.11ax <IEEE 802.11ax RA>`, so we import an appropriate extension.
will be of course IEEE 802.11ax RA, so we import an appropriate extension.

.. code-block:: python
:linenos:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def read_file(filename: str) -> str:
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Typing :: Typed'
],
Expand Down

0 comments on commit 755e7f9

Please sign in to comment.