Skip to content

Commit

Permalink
chore: use python3.11 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored and jsstevenson committed Sep 28, 2023
1 parent f7cf78b commit ffd5dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: pip
cache-dependency-path: '**/setup.cfg'

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SELF:=$(firstword $(MAKEFILE_LIST))

PKG=eutils
PKGD=$(subst .,/,${PKG})
PYV:=3.8
PYV:=3.11
VEDIR=venv/${PYV}

UNAME = $(shell uname)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ uvicorn anyvar.restapi.main:app --reload
Or, more simply:

make devready
source venv/bin/activate
source venv/3.11/bin/activate

Then, start the REST server with:

Expand Down

0 comments on commit ffd5dda

Please sign in to comment.