Skip to content

Commit

Permalink
build.yml: bump the python-version to 3.11
Browse files Browse the repository at this point in the history
as per @fruch,

> we are using our own python version from scylla-python3, and currently
> on master it's 3.11

so, let's test with the version we use in production. this should
also unlock the features from the language and the standard library
provided in higher versions of CPython.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
  • Loading branch information
tchaikov authored and yaronkaikov committed Mar 27, 2024
1 parent 0d0970e commit 5d264db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.11
architecture: x64

- name: unittest
Expand Down

0 comments on commit 5d264db

Please sign in to comment.