Skip to content

Commit

Permalink
Update to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Nov 6, 2022
1 parent 7579bac commit 664a3f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Expand Up @@ -9,7 +9,7 @@ volumes:

steps:
- name: Test Python
image: python:3.10
image: python:3.11
commands:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > "${HOME}/bin/cc-test-reporter"
- chmod +x "${HOME}/bin/cc-test-reporter"
Expand All @@ -26,7 +26,7 @@ steps:
CC_TEST_REPORTER_ID: 4376447242698573f009af93594132883f11a7c877b87b02563ffddd4949e88b

- name: Test Python Packaging
image: python:3.10
image: python:3.11
commands:
- pip install twine
- python setup.py sdist bdist_wheel
Expand All @@ -36,7 +36,7 @@ steps:
depends_on:
- Test Python
- Test Python Packaging
image: python:3.10
image: python:3.11
commands:
- pip install twine
- python setup.py sdist bdist_wheel
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -49,6 +49,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',

'Typing :: Typed',
],
Expand Down

0 comments on commit 664a3f7

Please sign in to comment.