File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1717 " windows-py38" ,
1818 " macos-py37" ,
1919 " ubuntu-py36" ,
20+ " ubuntu-py39" ,
2021 ]
2122 include :
2223 - name : " windows-py38"
2829 - name : " ubuntu-py36"
2930 os : ubuntu-latest
3031 python-version : 3.6
32+ - name : " ubuntu-py39"
33+ os : ubuntu-latest
34+ python-version : 3.9
3135 steps :
3236 - uses : actions/checkout@v2
3337 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Unreleased
1313**Added **
1414
1515* Added support for MoveIt on ROS Noetic
16+ * Added support for Python 3.9
1617
1718**Changed **
1819
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ def read(*names, **kwargs):
6464 'Programming Language :: Python :: 3.6' ,
6565 'Programming Language :: Python :: 3.7' ,
6666 'Programming Language :: Python :: 3.8' ,
67+ 'Programming Language :: Python :: 3.9' ,
6768 'Programming Language :: Python :: Implementation :: CPython' ,
6869 'Programming Language :: Python :: Implementation :: IronPython' ,
6970 'Topic :: Scientific/Engineering' ,
You can’t perform that action at this time.
0 commit comments