Skip to content

Commit 5b5092f

Browse files
committed
Add python 3.9 support
1 parent 731d943 commit 5b5092f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
"windows-py38",
1818
"macos-py37",
1919
"ubuntu-py36",
20+
"ubuntu-py39",
2021
]
2122
include:
2223
- name: "windows-py38"
@@ -28,6 +29,9 @@ jobs:
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 }}

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)