Skip to content

Commit

Permalink
Add Python 3.11 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wojnar committed Jul 14, 2023
1 parent eafcf79 commit 0800391
Show file tree
Hide file tree
Showing 3 changed files with 4 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.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ joblib~=1.3.1
# ns3-ai==1.0.2
pygame~=2.5.0
seaborn~=0.12.2
sphinx~=5.1.1
sphinx-rtd-theme~=1.0.0
sphinx~=7.0.1
sphinx-rtd-theme~=1.2.2
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def read_file(filename: str) -> str:
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Typing :: Typed'
],
Expand Down

0 comments on commit 0800391

Please sign in to comment.