Skip to content

Commit 0f53912

Browse files
authored
Chore: Add support for Python 3.9 (#105)
1 parent 7192591 commit 0f53912

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
python-version: [3.5, 3.6, 3.7, 3.8]
15+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717

1818
steps:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Otherwise pip will refuse to install ``git-up`` due to ``Access denied`` errors.
6565
Python version compatibility:
6666
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6767

68-
Python 3.5, 3.6, 3.7 and 3.8 are supported :)
68+
Python 3.5-3.9 are supported :)
6969

7070
Options and Configuration
7171
-------------------------

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.6",
2424
"Programming Language :: Python :: 3.7",
2525
"Programming Language :: Python :: 3.8",
26+
"Programming Language :: Python :: 3.9",
2627
"Topic :: Software Development :: Version Control",
2728
"Topic :: Utilities",
2829
]

0 commit comments

Comments
 (0)